Skip to content

Commit 6ba4152

Browse files
authored
Fix main CI (#15942)
1 parent 655d63f commit 6ba4152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sqllogictest/test_files/parquet_filter_pushdown.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ COPY (
186186
) TO 'test_files/scratch/parquet_filter_pushdown/parquet_part_test/part=c/file.parquet'
187187
STORED AS PARQUET;
188188

189-
query TT
189+
query TT rowsort
190190
select * from t_pushdown where part == val
191191
----
192192
a a

0 commit comments

Comments
 (0)