Skip to content

Commit

Permalink
use sqlplannertest from crates.io
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh committed Nov 8, 2024
1 parent 87956b6 commit 2a23842
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions optd-sqlplannertest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ edition = "2021"
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
anyhow = { version = "1", features = ["backtrace"] }
sqlplannertest = { git = "https://github.com/risinglightdb/sqlplannertest-rs", branch = "main" }
sqlplannertest = "0.2"
async-trait = "0.1"
datafusion-optd-cli = { path = "../datafusion-optd-cli" }
optd-datafusion-repr-adv-cost = { path = "../optd-datafusion-repr-adv-cost" }
datafusion-optd-cli = { path = "../datafusion-optd-cli", version = "32.0.0" }
optd-datafusion-repr-adv-cost = { path = "../optd-datafusion-repr-adv-cost", version = "0.1" }
datafusion = { version = "32.0.0", features = [
"avro",
"crypto_expressions",
Expand All @@ -30,8 +30,8 @@ tokio = { version = "1.24", features = [
"sync",
"parking_lot",
] }
optd-datafusion-bridge = { path = "../optd-datafusion-bridge" }
optd-datafusion-repr = { path = "../optd-datafusion-repr" }
optd-datafusion-bridge = { path = "../optd-datafusion-bridge", version = "0.1" }
optd-datafusion-repr = { path = "../optd-datafusion-repr", version = "0.1" }
itertools = "0.13"
lazy_static = "1.4.0"

Expand Down

0 comments on commit 2a23842

Please sign in to comment.