Dandandan commented on code in PR #19639:
URL: https://github.com/apache/datafusion/pull/19639#discussion_r2666123638


##########
datafusion/sqllogictest/test_files/parquet.slt:
##########
@@ -457,10 +457,7 @@ EXPLAIN
 logical_plan
 01)Filter: CAST(binary_as_string_default.binary_col AS Utf8View) LIKE 
Utf8View("%a%") AND CAST(binary_as_string_default.largebinary_col AS Utf8View) 
LIKE Utf8View("%a%") AND CAST(binary_as_string_default.binaryview_col AS 
Utf8View) LIKE Utf8View("%a%")
 02)--TableScan: binary_as_string_default projection=[binary_col, 
largebinary_col, binaryview_col], 
partial_filters=[CAST(binary_as_string_default.binary_col AS Utf8View) LIKE 
Utf8View("%a%"), CAST(binary_as_string_default.largebinary_col AS Utf8View) 
LIKE Utf8View("%a%"), CAST(binary_as_string_default.binaryview_col AS Utf8View) 
LIKE Utf8View("%a%")]
-physical_plan
-01)FilterExec: CAST(binary_col@0 AS Utf8View) LIKE %a% AND 
CAST(largebinary_col@1 AS Utf8View) LIKE %a% AND CAST(binaryview_col@2 AS 
Utf8View) LIKE %a%
-02)--RepartitionExec: partitioning=RoundRobinBatch(2), input_partitions=1
-03)----DataSourceExec: file_groups={1 group: 
[[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/parquet/binary_as_string.parquet]]},
 projection=[binary_col, largebinary_col, binaryview_col], file_type=parquet, 
predicate=CAST(binary_col@0 AS Utf8View) LIKE %a% AND CAST(largebinary_col@1 AS 
Utf8View) LIKE %a% AND CAST(binaryview_col@2 AS Utf8View) LIKE %a%
+physical_plan DataSourceExec: file_groups={1 group: 
[[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/parquet/binary_as_string.parquet]]},
 projection=[binary_col, largebinary_col, binaryview_col], file_type=parquet, 
predicate=CAST(binary_col@0 AS Utf8View) LIKE %a% AND CAST(largebinary_col@1 AS 
Utf8View) LIKE %a% AND CAST(binaryview_col@2 AS Utf8View) LIKE %a%

Review Comment:
   Could very well be (maybe even together with small batches)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to