Skip to content

Commit 786f353

Browse files
authored
chore: Prepare 41.0.0-rc1 (#11889)
* Prepare 41.0.0-rc1 * changelog * changelog * regenerate example parquet file
1 parent b9bf6c9 commit 786f353

File tree

7 files changed

+434
-60
lines changed

7 files changed

+434
-60
lines changed

Cargo.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ license = "Apache-2.0"
5555
readme = "README.md"
5656
repository = "https://github.com/apache/datafusion"
5757
rust-version = "1.76"
58-
version = "40.0.0"
58+
version = "41.0.0"
5959

6060
[workspace.dependencies]
6161
# We turn off default-features for some dependencies here so the workspaces which inherit them can
@@ -88,25 +88,25 @@ bytes = "1.4"
8888
chrono = { version = "0.4.34", default-features = false }
8989
ctor = "0.2.0"
9090
dashmap = "6.0.1"
91-
datafusion = { path = "datafusion/core", version = "40.0.0", default-features = false }
92-
datafusion-catalog = { path = "datafusion/catalog", version = "40.0.0" }
93-
datafusion-common = { path = "datafusion/common", version = "40.0.0", default-features = false }
94-
datafusion-common-runtime = { path = "datafusion/common-runtime", version = "40.0.0" }
95-
datafusion-execution = { path = "datafusion/execution", version = "40.0.0" }
96-
datafusion-expr = { path = "datafusion/expr", version = "40.0.0" }
97-
datafusion-functions = { path = "datafusion/functions", version = "40.0.0" }
98-
datafusion-functions-aggregate = { path = "datafusion/functions-aggregate", version = "40.0.0" }
99-
datafusion-functions-nested = { path = "datafusion/functions-nested", version = "40.0.0" }
100-
datafusion-optimizer = { path = "datafusion/optimizer", version = "40.0.0", default-features = false }
101-
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "40.0.0", default-features = false }
102-
datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "40.0.0", default-features = false }
103-
datafusion-physical-optimizer = { path = "datafusion/physical-optimizer", version = "40.0.0" }
104-
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "40.0.0" }
105-
datafusion-proto = { path = "datafusion/proto", version = "40.0.0" }
106-
datafusion-proto-common = { path = "datafusion/proto-common", version = "40.0.0" }
107-
datafusion-sql = { path = "datafusion/sql", version = "40.0.0" }
108-
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "40.0.0" }
109-
datafusion-substrait = { path = "datafusion/substrait", version = "40.0.0" }
91+
datafusion = { path = "datafusion/core", version = "41.0.0", default-features = false }
92+
datafusion-catalog = { path = "datafusion/catalog", version = "41.0.0" }
93+
datafusion-common = { path = "datafusion/common", version = "41.0.0", default-features = false }
94+
datafusion-common-runtime = { path = "datafusion/common-runtime", version = "41.0.0" }
95+
datafusion-execution = { path = "datafusion/execution", version = "41.0.0" }
96+
datafusion-expr = { path = "datafusion/expr", version = "41.0.0" }
97+
datafusion-functions = { path = "datafusion/functions", version = "41.0.0" }
98+
datafusion-functions-aggregate = { path = "datafusion/functions-aggregate", version = "41.0.0" }
99+
datafusion-functions-nested = { path = "datafusion/functions-nested", version = "41.0.0" }
100+
datafusion-optimizer = { path = "datafusion/optimizer", version = "41.0.0", default-features = false }
101+
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "41.0.0", default-features = false }
102+
datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "41.0.0", default-features = false }
103+
datafusion-physical-optimizer = { path = "datafusion/physical-optimizer", version = "41.0.0" }
104+
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "41.0.0" }
105+
datafusion-proto = { path = "datafusion/proto", version = "41.0.0" }
106+
datafusion-proto-common = { path = "datafusion/proto-common", version = "41.0.0" }
107+
datafusion-sql = { path = "datafusion/sql", version = "41.0.0" }
108+
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "41.0.0" }
109+
datafusion-substrait = { path = "datafusion/substrait", version = "41.0.0" }
110110
doc-comment = "0.3"
111111
env_logger = "0.11"
112112
futures = "0.3"

datafusion-cli/Cargo.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[package]
1919
name = "datafusion-cli"
2020
description = "Command Line Client for DataFusion query engine."
21-
version = "40.0.0"
21+
version = "41.0.0"
2222
authors = ["Apache DataFusion <[email protected]>"]
2323
edition = "2021"
2424
keywords = ["arrow", "datafusion", "query", "sql"]
@@ -35,7 +35,7 @@ async-trait = "0.1.41"
3535
aws-config = "0.55"
3636
aws-credential-types = "0.55"
3737
clap = { version = "3", features = ["derive", "cargo"] }
38-
datafusion = { path = "../datafusion/core", version = "40.0.0", features = [
38+
datafusion = { path = "../datafusion/core", version = "41.0.0", features = [
3939
"avro",
4040
"crypto_expressions",
4141
"datetime_expressions",

datafusion/core/example.parquet

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)