We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70b9c8 commit 1b92fdeCopy full SHA for 1b92fde
datafusion/sqllogictest/test_files/parquet_filter_pushdown.slt
@@ -144,7 +144,7 @@ EXPLAIN select b from t_pushdown where a = 'bar' order by b;
144
----
145
logical_plan
146
01)Sort: t_pushdown.b ASC NULLS LAST
147
-02)--TableScan: t_pushdown projection=[b], full_filters=[t_pushdown.a = Utf8("bar")]
+02)--TableScan: t_pushdown projection=[b], full_filters=[t_pushdown.a = Utf8View("bar")]
148
physical_plan
149
01)SortPreservingMergeExec: [b@0 ASC NULLS LAST]
150
02)--SortExec: expr=[b@0 ASC NULLS LAST], preserve_partitioning=[true]
0 commit comments