Skip to content

Commit 25bbf27

Browse files
committed
Disable cache for sql logic test
1 parent ad9ce51 commit 25bbf27

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

datafusion/sqllogictest/test_files/parquet_filter_pushdown.slt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ COPY (
3737
) TO 'test_files/scratch/parquet_filter_pushdown/parquet_table/2.parquet'
3838
STORED AS PARQUET;
3939

40+
statement ok
41+
set datafusion.runtime.file_statistics_cache_limit = "0K";
42+
4043

4144
## Create table without filter pushdown
4245
## (pushdown setting is part of the table, but is copied from the session settings)

0 commit comments

Comments
 (0)