Skip to content

Commit 7149feb

Browse files
committed
Revert slt
1 parent 45dcc07 commit 7149feb

4 files changed

Lines changed: 0 additions & 15 deletions

File tree

datafusion/sqllogictest/test_files/array.slt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -689,10 +689,6 @@ AS
689689
FROM arrays_distance_table
690690
;
691691

692-
# Disable file statistics cache because file statistics have been previously created
693-
statement ok
694-
set datafusion.runtime.file_statistics_cache_limit = "0K";
695-
696692

697693
# Array literal
698694

datafusion/sqllogictest/test_files/encrypted_parquet.slt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ ORDER BY double_field
7777
3 4
7878
5 6
7979

80-
# Disable file statistics cache because file statistics have been previously created
81-
statement ok
82-
set datafusion.runtime.file_statistics_cache_limit = "0K";
83-
8480
statement count 0
8581
CREATE EXTERNAL TABLE parquet_table
8682
(

datafusion/sqllogictest/test_files/parquet_filter_pushdown.slt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ 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-
4340

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

datafusion/sqllogictest/test_files/parquet_sorted_statistics.slt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ physical_plan
177177
statement ok
178178
DROP TABLE test_table;
179179

180-
# Disable file statistics cache because file statistics have been previously created
181-
statement ok
182-
set datafusion.runtime.file_statistics_cache_limit = "0K";
183-
184180
statement ok
185181
CREATE EXTERNAL TABLE test_table (
186182
partition_col TEXT NOT NULL,

0 commit comments

Comments
 (0)