Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangli20 committed Dec 2, 2023
1 parent 663cd61 commit 502f3fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ rust-version = "1.70"
version = "30.0.0"

[workspace.dependencies]
arrow = { git = "https://github.com/blaze-init/arrow-rs", rev = "7706029cfa", features = ["prettyprint"] }
arrow-flight = { git = "https://github.com/blaze-init/arrow-rs", rev = "7706029cfa", features = ["flight-sql-experimental"] }
arrow-buffer = { git = "https://github.com/blaze-init/arrow-rs", rev = "7706029cfa", default-features = false }
arrow-schema = { git = "https://github.com/blaze-init/arrow-rs", rev = "7706029cfa", default-features = false }
arrow-array = { git = "https://github.com/blaze-init/arrow-rs", rev = "7706029cfa", default-features = false, features = ["chrono-tz"] }
parquet = { git = "https://github.com/blaze-init/arrow-rs", rev = "7706029cfa", features = ["arrow", "async", "object_store"] }
arrow = { git = "https://github.com/blaze-init/arrow-rs", rev = "89aef513f2", features = ["prettyprint"] }
arrow-flight = { git = "https://github.com/blaze-init/arrow-rs", rev = "89aef513f2", features = ["flight-sql-experimental"] }
arrow-buffer = { git = "https://github.com/blaze-init/arrow-rs", rev = "89aef513f2", default-features = false }
arrow-schema = { git = "https://github.com/blaze-init/arrow-rs", rev = "89aef513f2", default-features = false }
arrow-array = { git = "https://github.com/blaze-init/arrow-rs", rev = "89aef513f2", default-features = false, features = ["chrono-tz"] }
parquet = { git = "https://github.com/blaze-init/arrow-rs", rev = "89aef513f2", features = ["arrow", "async", "object_store"] }
sqlparser = { version = "0.35", features = ["visitor"] }

[profile.release]
Expand Down

0 comments on commit 502f3fe

Please sign in to comment.