From 12f1548ed311411acc0a5402793ed5309573afda Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 30 Dec 2024 06:36:57 -0500 Subject: [PATCH] add comment --- datafusion/sqllogictest/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/datafusion/sqllogictest/Cargo.toml b/datafusion/sqllogictest/Cargo.toml index 7ceabd87855f..5c7d909d5c43 100644 --- a/datafusion/sqllogictest/Cargo.toml +++ b/datafusion/sqllogictest/Cargo.toml @@ -51,7 +51,9 @@ object_store = { workspace = true } postgres-protocol = { version = "0.6.7", optional = true } postgres-types = { version = "0.2.8", features = ["derive", "with-chrono-0_4"], optional = true } rust_decimal = { version = "1.36.0", features = ["tokio-pg"] } -sqllogictest = "0.24.0" +# Pin to 0.24 until labels are supported +# See https://github.com/risinglightdb/sqllogictest-rs/issues/242 +sqllogictest = "=0.24.0" sqlparser = { workspace = true } tempfile = { workspace = true } thiserror = "2.0.0"