Skip to content

Commit 8dec409

Browse files
authored
Merge branch 'main' into test_optimize_performance
2 parents 772b590 + ee95cae commit 8dec409

File tree

30 files changed

+1109
-199
lines changed

30 files changed

+1109
-199
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
--lib \
295295
--tests \
296296
--bins \
297-
--features serde,avro,json,backtrace,integration-tests
297+
--features serde,avro,json,backtrace,integration-tests,parquet_encryption
298298
- name: Verify Working Directory Clean
299299
run: git diff --exit-code
300300

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ repository = "https://github.com/apache/datafusion"
7878
# Define Minimum Supported Rust Version (MSRV)
7979
rust-version = "1.86.0"
8080
# Define DataFusion version
81-
version = "49.0.1"
81+
version = "49.0.2"
8282

8383
[workspace.dependencies]
8484
# We turn off default-features for some dependencies here so the workspaces which inherit them can

0 commit comments

Comments
 (0)