Skip to content

Commit d839d7a

Browse files
committed
Fix sql logic test
1 parent 99039ef commit d839d7a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

datafusion/sqllogictest/test_files/array.slt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,10 @@ 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+
692696

693697
# Array literal
694698

0 commit comments

Comments
 (0)