We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c3a3e commit 0843a44Copy full SHA for 0843a44
crates/sqllogictest/Cargo.toml
@@ -30,17 +30,17 @@ async-trait = { workspace = true }
30
datafusion = { workspace = true }
31
datafusion-sqllogictest = { workspace = true }
32
enum-ordinalize = { workspace = true }
33
+env_logger = "0.11.8"
34
iceberg = { workspace = true }
35
iceberg-datafusion = { workspace = true }
36
indicatif = { workspace = true }
37
+log = "0.4.28"
38
sqllogictest = { workspace = true }
39
toml = { workspace = true }
-env_logger = "0.11.8"
40
serde = { workspace = true }
41
tempfile = { workspace = true }
42
tracing = { workspace = true }
43
tokio = { workspace = true }
-log = "0.4.28"
44
45
[dev-dependencies]
46
libtest-mimic = "0.8.1"
0 commit comments