Skip to content

Commit 1b92fde

Browse files
committed
Fix slt
1 parent f70b9c8 commit 1b92fde

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
@@ -144,7 +144,7 @@ EXPLAIN select b from t_pushdown where a = 'bar' order by b;
144144
----
145145
logical_plan
146146
01)Sort: t_pushdown.b ASC NULLS LAST
147-
02)--TableScan: t_pushdown projection=[b], full_filters=[t_pushdown.a = Utf8("bar")]
147+
02)--TableScan: t_pushdown projection=[b], full_filters=[t_pushdown.a = Utf8View("bar")]
148148
physical_plan
149149
01)SortPreservingMergeExec: [b@0 ASC NULLS LAST]
150150
02)--SortExec: expr=[b@0 ASC NULLS LAST], preserve_partitioning=[true]

0 commit comments

Comments
 (0)