We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9ce51 commit 25bbf27Copy full SHA for 25bbf27
1 file changed
datafusion/sqllogictest/test_files/parquet_filter_pushdown.slt
@@ -37,6 +37,9 @@ COPY (
37
) TO 'test_files/scratch/parquet_filter_pushdown/parquet_table/2.parquet'
38
STORED AS PARQUET;
39
40
+statement ok
41
+set datafusion.runtime.file_statistics_cache_limit = "0K";
42
+
43
44
## Create table without filter pushdown
45
## (pushdown setting is part of the table, but is copied from the session settings)
0 commit comments