Skip to content

Commit 38d2c10

Browse files
committed
wip: initial structure for sqllogictest, code not able to run right now
1 parent d8b3bfd commit 38d2c10

File tree

6 files changed

+703
-494
lines changed

6 files changed

+703
-494
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,17 @@ arrow = { version = "53.0.0", features = ["test_utils"] }
3939
datafusion = "42"
4040
log = "^0.4"
4141
paste = "1"
42+
async-trait = "0.1.83"
43+
sqlparser = { version = "0.51.0", features = ["visitor"] }
44+
thiserror = "1.0.44"
4245

4346
[dev-dependencies]
4447
arrow = { version = "53.0.0", features = ["test_utils"] }
4548
criterion = { version = "0.5", features = ["async_tokio"] }
4649
insta = { version = "1.40.0", features = ["yaml"] }
4750
tokio = { version = "1.36", features = ["full"] }
51+
futures = "0.3"
52+
tempfile = "3"
4853
sqllogictest = { version = "0.22.0" }
4954

5055
[lints.clippy]

0 commit comments

Comments
 (0)