Skip to content

Commit

Permalink
use main branch of DataFusion
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Dec 29, 2023
1 parent b7cdc77 commit dc55ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ arrow-flight = { version = "49.0.0", features = ["flight-sql-experimental"] }
arrow-schema = { version = "49.0.0", default-features = false }
configure_me = { version = "0.4.0" }
configure_me_codegen = { version = "0.4.4" }
datafusion = { git = "https://github.com/andygrove/arrow-datafusion", branch = "serde-csv-parquet-sink" }
datafusion-cli = { git = "https://github.com/andygrove/arrow-datafusion", branch = "serde-csv-parquet-sink" }
datafusion-proto = { git = "https://github.com/andygrove/arrow-datafusion", branch = "serde-csv-parquet-sink" }
datafusion = { git = "https://github.com/apache/arrow-datafusion", rev = "7fc663c2e40be2928778102386bbf76962dd2cdc" }
datafusion-cli = { git = "https://github.com/apache/arrow-datafusion", rev = "7fc663c2e40be2928778102386bbf76962dd2cdc" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion", rev = "7fc663c2e40be2928778102386bbf76962dd2cdc" }
object_store = "0.8.0"
sqlparser = "0.40.0"
tonic = { version = "0.10" }
Expand Down

0 comments on commit dc55ab7

Please sign in to comment.