Skip to content

Commit

Permalink
42.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored and Dandandan committed Feb 11, 2025
1 parent e7620cf commit a5ef691
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 55 deletions.
29 changes: 27 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ homepage = "https://datafusion.apache.org"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/apache/datafusion"
rust-version = "1.79"
version = "42.1.0"
rust-version = "1.76"
version = "42.2.0"

[workspace.dependencies]
# We turn off default-features for some dependencies here so the workspaces which inherit them can
Expand Down Expand Up @@ -91,6 +91,7 @@ bytes = "1.4"
chrono = { version = "0.4.38", default-features = false }
ctor = "0.2.0"
dashmap = "6.0.1"
<<<<<<< HEAD
datafusion = { path = "datafusion/core", version = "42.1.0", default-features = false }
datafusion-catalog = { path = "datafusion/catalog", version = "42.1.0" }
datafusion-common = { path = "datafusion/common", version = "42.1.0", default-features = false }
Expand All @@ -114,6 +115,30 @@ datafusion-proto-common = { path = "datafusion/proto-common", version = "42.1.0"
datafusion-sql = { path = "datafusion/sql", version = "42.1.0" }
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "42.1.0" }
datafusion-substrait = { path = "datafusion/substrait", version = "42.1.0" }
=======
datafusion = { path = "datafusion/core", version = "42.2.0", default-features = false }
datafusion-catalog = { path = "datafusion/catalog", version = "42.2.0" }
datafusion-common = { path = "datafusion/common", version = "42.2.0", default-features = false }
datafusion-common-runtime = { path = "datafusion/common-runtime", version = "42.2.0" }
datafusion-execution = { path = "datafusion/execution", version = "42.2.0" }
datafusion-expr = { path = "datafusion/expr", version = "42.2.0" }
datafusion-expr-common = { path = "datafusion/expr-common", version = "42.2.0" }
datafusion-functions = { path = "datafusion/functions", version = "42.2.0" }
datafusion-functions-aggregate = { path = "datafusion/functions-aggregate", version = "42.2.0" }
datafusion-functions-aggregate-common = { path = "datafusion/functions-aggregate-common", version = "42.2.0" }
datafusion-functions-nested = { path = "datafusion/functions-nested", version = "42.2.0" }
datafusion-functions-window = { path = "datafusion/functions-window", version = "42.2.0" }
datafusion-optimizer = { path = "datafusion/optimizer", version = "42.2.0", default-features = false }
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "42.2.0", default-features = false }
datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "42.2.0", default-features = false }
datafusion-physical-optimizer = { path = "datafusion/physical-optimizer", version = "42.2.0" }
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "42.2.0" }
datafusion-proto = { path = "datafusion/proto", version = "42.2.0" }
datafusion-proto-common = { path = "datafusion/proto-common", version = "42.2.0" }
datafusion-sql = { path = "datafusion/sql", version = "42.2.0" }
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "42.2.0" }
datafusion-substrait = { path = "datafusion/substrait", version = "42.2.0" }
>>>>>>> a43ce8bd6 (Prepare for 42.2.0 release (#13191))
doc-comment = "0.3"
env_logger = "0.11"
futures = "0.3"
Expand Down
Loading

0 comments on commit a5ef691

Please sign in to comment.