Skip to content

Commit

Permalink
Prepare 32.0.0 Release (#7769)
Browse files Browse the repository at this point in the history
* bump version

* revert unintentional change

* changelog

* update changelog
  • Loading branch information
andygrove authored Oct 7, 2023
1 parent fb37105 commit 219cfb4
Show file tree
Hide file tree
Showing 20 changed files with 269 additions and 71 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/apache/arrow-datafusion"
rust-version = "1.70"
version = "31.0.0"
version = "32.0.0"

[workspace.dependencies]
arrow = { version = "47.0.0", features = ["prettyprint"] }
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[package]
name = "datafusion-benchmarks"
description = "DataFusion Benchmarks"
version = "31.0.0"
version = "32.0.0"
edition = { workspace = true }
authors = ["Apache Arrow <[email protected]>"]
homepage = "https://github.com/apache/arrow-datafusion"
Expand All @@ -34,8 +34,8 @@ snmalloc = ["snmalloc-rs"]

[dependencies]
arrow = { workspace = true }
datafusion = { path = "../datafusion/core", version = "31.0.0" }
datafusion-common = { path = "../datafusion/common", version = "31.0.0" }
datafusion = { path = "../datafusion/core", version = "32.0.0" }
datafusion-common = { path = "../datafusion/common", version = "32.0.0" }
env_logger = "0.10"
futures = "0.3"
log = "^0.4"
Expand All @@ -50,4 +50,4 @@ test-utils = { path = "../test-utils/", version = "0.1.0" }
tokio = { version = "^1.0", features = ["macros", "rt", "rt-multi-thread", "parking_lot"] }

[dev-dependencies]
datafusion-proto = { path = "../datafusion/proto", version = "31.0.0" }
datafusion-proto = { path = "../datafusion/proto", version = "32.0.0" }
66 changes: 33 additions & 33 deletions datafusion-cli/Cargo.lock

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

4 changes: 2 additions & 2 deletions datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[package]
name = "datafusion-cli"
description = "Command Line Client for DataFusion query engine."
version = "31.0.0"
version = "32.0.0"
authors = ["Apache Arrow <[email protected]>"]
edition = "2021"
keywords = ["arrow", "datafusion", "query", "sql"]
Expand All @@ -34,7 +34,7 @@ async-trait = "0.1.41"
aws-config = "0.55"
aws-credential-types = "0.55"
clap = { version = "3", features = ["derive", "cargo"] }
datafusion = { path = "../datafusion/core", version = "31.0.0", features = ["avro", "crypto_expressions", "encoding_expressions", "regex_expressions", "unicode_expressions", "compression"] }
datafusion = { path = "../datafusion/core", version = "32.0.0", features = ["avro", "crypto_expressions", "encoding_expressions", "regex_expressions", "unicode_expressions", "compression"] }
dirs = "4.0.0"
env_logger = "0.9"
mimalloc = { version = "0.1", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions datafusion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

# Changelog

- [32.0.0](../dev/changelog/32.0.0.md)
- [31.0.0](../dev/changelog/31.0.0.md)
- [30.0.0](../dev/changelog/30.0.0.md)
- [29.0.0](../dev/changelog/29.0.0.md)
Expand Down
14 changes: 7 additions & 7 deletions datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ bytes = "1.4"
bzip2 = { version = "0.4.3", optional = true }
chrono = { workspace = true }
dashmap = "5.4.0"
datafusion-common = { path = "../common", version = "31.0.0", features = ["parquet", "object_store"] }
datafusion-execution = { path = "../execution", version = "31.0.0" }
datafusion-expr = { path = "../expr", version = "31.0.0" }
datafusion-optimizer = { path = "../optimizer", version = "31.0.0", default-features = false }
datafusion-physical-expr = { path = "../physical-expr", version = "31.0.0", default-features = false }
datafusion-physical-plan = { path = "../physical-plan", version = "31.0.0", default-features = false }
datafusion-sql = { path = "../sql", version = "31.0.0" }
datafusion-common = { path = "../common", version = "32.0.0", features = ["parquet", "object_store"] }
datafusion-execution = { path = "../execution", version = "32.0.0" }
datafusion-expr = { path = "../expr", version = "32.0.0" }
datafusion-optimizer = { path = "../optimizer", version = "32.0.0", default-features = false }
datafusion-physical-expr = { path = "../physical-expr", version = "32.0.0", default-features = false }
datafusion-physical-plan = { path = "../physical-plan", version = "32.0.0", default-features = false }
datafusion-sql = { path = "../sql", version = "32.0.0" }
flate2 = { version = "1.0.24", optional = true }
futures = "0.3"
glob = "0.3.0"
Expand Down
4 changes: 2 additions & 2 deletions datafusion/execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ path = "src/lib.rs"
arrow = { workspace = true }
chrono = { version = "0.4", default-features = false }
dashmap = "5.4.0"
datafusion-common = { path = "../common", version = "31.0.0" }
datafusion-expr = { path = "../expr", version = "31.0.0" }
datafusion-common = { path = "../common", version = "32.0.0" }
datafusion-expr = { path = "../expr", version = "32.0.0" }
futures = "0.3"
hashbrown = { version = "0.14", features = ["raw"] }
log = "^0.4"
Expand Down
2 changes: 1 addition & 1 deletion datafusion/expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ path = "src/lib.rs"
ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] }
arrow = { workspace = true }
arrow-array = { workspace = true }
datafusion-common = { path = "../common", version = "31.0.0", default-features = false }
datafusion-common = { path = "../common", version = "32.0.0", default-features = false }
sqlparser = { workspace = true }
strum = { version = "0.25.0", features = ["derive"] }
strum_macros = "0.25.0"
Expand Down
8 changes: 4 additions & 4 deletions datafusion/optimizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ unicode_expressions = ["datafusion-physical-expr/unicode_expressions"]
arrow = { workspace = true }
async-trait = "0.1.41"
chrono = { workspace = true }
datafusion-common = { path = "../common", version = "31.0.0", default-features = false }
datafusion-expr = { path = "../expr", version = "31.0.0" }
datafusion-physical-expr = { path = "../physical-expr", version = "31.0.0", default-features = false }
datafusion-common = { path = "../common", version = "32.0.0", default-features = false }
datafusion-expr = { path = "../expr", version = "32.0.0" }
datafusion-physical-expr = { path = "../physical-expr", version = "32.0.0", default-features = false }
hashbrown = { version = "0.14", features = ["raw"] }
itertools = "0.11"
log = "^0.4"
regex-syntax = "0.7.1"

[dev-dependencies]
ctor = "0.2.0"
datafusion-sql = { path = "../sql", version = "31.0.0" }
datafusion-sql = { path = "../sql", version = "32.0.0" }
env_logger = "0.10.0"
4 changes: 2 additions & 2 deletions datafusion/physical-expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ base64 = { version = "0.21", optional = true }
blake2 = { version = "^0.10.2", optional = true }
blake3 = { version = "1.0", optional = true }
chrono = { workspace = true }
datafusion-common = { path = "../common", version = "31.0.0", default-features = false }
datafusion-expr = { path = "../expr", version = "31.0.0" }
datafusion-common = { path = "../common", version = "32.0.0", default-features = false }
datafusion-expr = { path = "../expr", version = "32.0.0" }
half = { version = "2.1", default-features = false }
hashbrown = { version = "0.14", features = ["raw"] }
hex = { version = "0.4", optional = true }
Expand Down
Loading

0 comments on commit 219cfb4

Please sign in to comment.