Skip to content

Commit 8e8bb89

Browse files
committed
bump version
1 parent d5493cc commit 8e8bb89

File tree

4 files changed

+49
-49
lines changed

4 files changed

+49
-49
lines changed

Cargo.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ license = "Apache-2.0"
5858
readme = "README.md"
5959
repository = "https://github.com/apache/datafusion"
6060
rust-version = "1.76"
61-
version = "41.0.0"
61+
version = "42.0.0"
6262

6363
[workspace.dependencies]
6464
# We turn off default-features for some dependencies here so the workspaces which inherit them can
@@ -91,28 +91,28 @@ bytes = "1.4"
9191
chrono = { version = "0.4.34", default-features = false }
9292
ctor = "0.2.0"
9393
dashmap = "6.0.1"
94-
datafusion = { path = "datafusion/core", version = "41.0.0", default-features = false }
95-
datafusion-catalog = { path = "datafusion/catalog", version = "41.0.0" }
96-
datafusion-common = { path = "datafusion/common", version = "41.0.0", default-features = false }
97-
datafusion-common-runtime = { path = "datafusion/common-runtime", version = "41.0.0" }
98-
datafusion-execution = { path = "datafusion/execution", version = "41.0.0" }
99-
datafusion-expr = { path = "datafusion/expr", version = "41.0.0" }
100-
datafusion-expr-common = { path = "datafusion/expr-common", version = "41.0.0" }
101-
datafusion-functions = { path = "datafusion/functions", version = "41.0.0" }
102-
datafusion-functions-aggregate = { path = "datafusion/functions-aggregate", version = "41.0.0" }
103-
datafusion-functions-aggregate-common = { path = "datafusion/functions-aggregate-common", version = "41.0.0" }
104-
datafusion-functions-nested = { path = "datafusion/functions-nested", version = "41.0.0" }
105-
datafusion-functions-window = { path = "datafusion/functions-window", version = "41.0.0" }
106-
datafusion-optimizer = { path = "datafusion/optimizer", version = "41.0.0", default-features = false }
107-
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "41.0.0", default-features = false }
108-
datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "41.0.0", default-features = false }
109-
datafusion-physical-optimizer = { path = "datafusion/physical-optimizer", version = "41.0.0" }
110-
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "41.0.0" }
111-
datafusion-proto = { path = "datafusion/proto", version = "41.0.0" }
112-
datafusion-proto-common = { path = "datafusion/proto-common", version = "41.0.0" }
113-
datafusion-sql = { path = "datafusion/sql", version = "41.0.0" }
114-
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "41.0.0" }
115-
datafusion-substrait = { path = "datafusion/substrait", version = "41.0.0" }
94+
datafusion = { path = "datafusion/core", version = "42.0.0", default-features = false }
95+
datafusion-catalog = { path = "datafusion/catalog", version = "42.0.0" }
96+
datafusion-common = { path = "datafusion/common", version = "42.0.0", default-features = false }
97+
datafusion-common-runtime = { path = "datafusion/common-runtime", version = "42.0.0" }
98+
datafusion-execution = { path = "datafusion/execution", version = "42.0.0" }
99+
datafusion-expr = { path = "datafusion/expr", version = "42.0.0" }
100+
datafusion-expr-common = { path = "datafusion/expr-common", version = "42.0.0" }
101+
datafusion-functions = { path = "datafusion/functions", version = "42.0.0" }
102+
datafusion-functions-aggregate = { path = "datafusion/functions-aggregate", version = "42.0.0" }
103+
datafusion-functions-aggregate-common = { path = "datafusion/functions-aggregate-common", version = "42.0.0" }
104+
datafusion-functions-nested = { path = "datafusion/functions-nested", version = "42.0.0" }
105+
datafusion-functions-window = { path = "datafusion/functions-window", version = "42.0.0" }
106+
datafusion-optimizer = { path = "datafusion/optimizer", version = "42.0.0", default-features = false }
107+
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "42.0.0", default-features = false }
108+
datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "42.0.0", default-features = false }
109+
datafusion-physical-optimizer = { path = "datafusion/physical-optimizer", version = "42.0.0" }
110+
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "42.0.0" }
111+
datafusion-proto = { path = "datafusion/proto", version = "42.0.0" }
112+
datafusion-proto-common = { path = "datafusion/proto-common", version = "42.0.0" }
113+
datafusion-sql = { path = "datafusion/sql", version = "42.0.0" }
114+
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "42.0.0" }
115+
datafusion-substrait = { path = "datafusion/substrait", version = "42.0.0" }
116116
doc-comment = "0.3"
117117
env_logger = "0.11"
118118
futures = "0.3"

datafusion-cli/Cargo.lock

Lines changed: 23 additions & 23 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 = "41.0.0"
21+
version = "42.0.0"
2222
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
2323
edition = "2021"
2424
keywords = ["arrow", "datafusion", "query", "sql"]
@@ -42,7 +42,7 @@ aws-sdk-sts = "=1.39.0"
4242
# end pin aws-sdk crates
4343
aws-credential-types = "1.2.0"
4444
clap = { version = "4.5.16", features = ["derive", "cargo"] }
45-
datafusion = { path = "../datafusion/core", version = "41.0.0", features = [
45+
datafusion = { path = "../datafusion/core", version = "42.0.0", features = [
4646
"avro",
4747
"crypto_expressions",
4848
"datetime_expressions",

docs/source/user-guide/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Environment variables are read during `SessionConfig` initialisation so they mus
6666
| datafusion.execution.parquet.statistics_enabled | page | (writing) Sets if statistics are enabled for any column Valid values are: "none", "chunk", and "page" These values are not case sensitive. If NULL, uses default parquet writer setting |
6767
| datafusion.execution.parquet.max_statistics_size | 4096 | (writing) Sets max statistics size for any column. If NULL, uses default parquet writer setting |
6868
| datafusion.execution.parquet.max_row_group_size | 1048576 | (writing) Target maximum number of rows in each row group (defaults to 1M rows). Writing larger row groups requires more memory to write, but can get better compression and be faster to read. |
69-
| datafusion.execution.parquet.created_by | datafusion version 41.0.0 | (writing) Sets "created by" property |
69+
| datafusion.execution.parquet.created_by | datafusion version 42.0.0 | (writing) Sets "created by" property |
7070
| datafusion.execution.parquet.column_index_truncate_length | 64 | (writing) Sets column index truncate length |
7171
| datafusion.execution.parquet.data_page_row_count_limit | 20000 | (writing) Sets best effort maximum number of rows in data page |
7272
| datafusion.execution.parquet.encoding | NULL | (writing) Sets default encoding for any column. Valid values are: plain, plain_dictionary, rle, bit_packed, delta_binary_packed, delta_length_byte_array, delta_byte_array, rle_dictionary, and byte_stream_split. These values are not case sensitive. If NULL, uses default parquet writer setting |

0 commit comments

Comments
 (0)