Skip to content

Commit

Permalink
Merge branch 'apache:main' into dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead authored Nov 20, 2023
2 parents 138e977 + 4195f2f commit a0618c0
Show file tree
Hide file tree
Showing 141 changed files with 6,269 additions and 3,345 deletions.
41 changes: 20 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,39 +49,39 @@ rust-version = "1.70"
version = "33.0.0"

[workspace.dependencies]
arrow = { version = "~48.0.1", features = ["prettyprint"] }
arrow-array = { version = "~48.0.1", default-features = false, features = ["chrono-tz"] }
arrow-buffer = { version = "~48.0.1", default-features = false }
arrow-flight = { version = "~48.0.1", features = ["flight-sql-experimental"] }
arrow-ord = { version = "~48.0.1", default-features = false }
arrow-schema = { version = "~48.0.1", default-features = false }
arrow = { version = "49.0.0", features = ["prettyprint"] }
arrow-array = { version = "49.0.0", default-features = false, features = ["chrono-tz"] }
arrow-buffer = { version = "49.0.0", default-features = false }
arrow-flight = { version = "49.0.0", features = ["flight-sql-experimental"] }
arrow-ord = { version = "49.0.0", default-features = false }
arrow-schema = { version = "49.0.0", default-features = false }
async-trait = "0.1.73"
bigdecimal = "0.4.1"
bytes = "1.4"
ctor = "0.2.0"
datafusion = { path = "datafusion/core" }
datafusion-common = { path = "datafusion/common" }
datafusion-expr = { path = "datafusion/expr" }
datafusion-sql = { path = "datafusion/sql" }
datafusion-optimizer = { path = "datafusion/optimizer" }
datafusion-physical-expr = { path = "datafusion/physical-expr" }
datafusion-physical-plan = { path = "datafusion/physical-plan" }
datafusion-execution = { path = "datafusion/execution" }
datafusion-proto = { path = "datafusion/proto" }
datafusion-sqllogictest = { path = "datafusion/sqllogictest" }
datafusion-substrait = { path = "datafusion/substrait" }
datafusion = { path = "datafusion/core", version = "33.0.0" }
datafusion-common = { path = "datafusion/common", version = "33.0.0" }
datafusion-expr = { path = "datafusion/expr", version = "33.0.0" }
datafusion-sql = { path = "datafusion/sql", version = "33.0.0" }
datafusion-optimizer = { path = "datafusion/optimizer", version = "33.0.0" }
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "33.0.0" }
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "33.0.0" }
datafusion-execution = { path = "datafusion/execution", version = "33.0.0" }
datafusion-proto = { path = "datafusion/proto", version = "33.0.0" }
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "33.0.0" }
datafusion-substrait = { path = "datafusion/substrait", version = "33.0.0" }
dashmap = "5.4.0"
doc-comment = "0.3"
env_logger = "0.10"
futures = "0.3"
half = "2.2.1"
indexmap = "2.0.0"
itertools = "0.11"
itertools = "0.12"
log = "^0.4"
num_cpus = "1.13.0"
object_store = { version = "0.7.0", default-features = false }
object_store = { version = "0.8.0", default-features = false }
parking_lot = "0.12"
parquet = { version = "~48.0.1", default-features = false, features = ["arrow", "async", "object_store"] }
parquet = { version = "49.0.0", default-features = false, features = ["arrow", "async", "object_store"] }
rand = "0.8"
rstest = "0.18.0"
serde_json = "1"
Expand All @@ -108,4 +108,3 @@ opt-level = 3
overflow-checks = false
panic = 'unwind'
rpath = false

Loading

0 comments on commit a0618c0

Please sign in to comment.