Skip to content

Commit 8103396

Browse files
authored
[branch-49] Update version to 49.0.1 and add changelog (#17175) (#17191)
* Update to version 49.0.1 * Add changelog for 49.0.1 * Fix sqllogictests * update configs * Update with PR * prettier * Fix slt race condition * Tweak release notes
1 parent 1206019 commit 8103396

File tree

7 files changed

+93
-45
lines changed

7 files changed

+93
-45
lines changed

Cargo.lock

Lines changed: 40 additions & 40 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
@@ -77,7 +77,7 @@ repository = "https://github.com/apache/datafusion"
7777
# Define Minimum Supported Rust Version (MSRV)
7878
rust-version = "1.85.1"
7979
# Define DataFusion version
80-
version = "49.0.0"
80+
version = "49.0.1"
8181

8282
[workspace.dependencies]
8383
# We turn off default-features for some dependencies here so the workspaces which inherit them can
-1.23 KB
Binary file not shown.
-1.24 KB
Binary file not shown.

datafusion/sqllogictest/test_files/parquet_filter_pushdown.slt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ COPY (
551551
'2023-10-01 00:00:00'::timestamptz AS start_timestamp,
552552
'prod' as deployment_environment
553553
)
554-
TO 'data/1.parquet';
554+
TO 'test_files/scratch/parquet_filter_pushdown/data/1.parquet';
555555

556556
statement ok
557557
COPY (
@@ -560,10 +560,10 @@ COPY (
560560
'2024-10-01 00:00:00'::timestamptz AS start_timestamp,
561561
'staging' as deployment_environment
562562
)
563-
TO 'data/2.parquet';
563+
TO 'test_files/scratch/parquet_filter_pushdown/data/2.parquet';
564564

565565
statement ok
566-
CREATE EXTERNAL TABLE t1 STORED AS PARQUET LOCATION 'data/';
566+
CREATE EXTERNAL TABLE t1 STORED AS PARQUET LOCATION 'test_files/scratch/parquet_filter_pushdown/data/';
567567

568568
statement ok
569569
SET datafusion.execution.parquet.pushdown_filters = true;

0 commit comments

Comments
 (0)