berkaysynnada commented on code in PR #15770:
URL: https://github.com/apache/datafusion/pull/15770#discussion_r2083516712


##########
datafusion/sqllogictest/test_files/parquet_filter_pushdown.slt:
##########
@@ -229,7 +232,9 @@ EXPLAIN select * from t_pushdown where val != 'c';
 logical_plan
 01)Filter: t_pushdown.val != Utf8("c")
 02)--TableScan: t_pushdown projection=[val, part], 
partial_filters=[t_pushdown.val != Utf8("c")]
-physical_plan DataSourceExec: file_groups={3 groups: 
[[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/parquet_filter_pushdown/parquet_part_test/part=a/file.parquet],
 
[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/parquet_filter_pushdown/parquet_part_test/part=b/file.parquet],
 
[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/parquet_filter_pushdown/parquet_part_test/part=c/file.parquet]]},
 projection=[val, part], file_type=parquet, predicate=val@0 != c, 
pruning_predicate=val_null_count@2 != row_count@3 AND (val_min@0 != c OR c != 
val_max@1), required_guarantees=[val not in (c)]
+physical_plan
+01)RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=3

Review Comment:
   The last issue is this. I think we need to eventually be able to run 
FilterPushdown rule before EnforceSorting.



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to