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


##########
datafusion/sqllogictest/test_files/parquet_filter_pushdown.slt:
##########
@@ -246,38 +246,3 @@ physical_plan
 02)--FilterExec: val@0 != part@1
 03)----RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
 04)------DataSourceExec: file_groups={1 group: 
[[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/parquet_filter_pushdown/parquet_part_test/part=a/file.parquet]]},
 projection=[val, part], file_type=parquet, predicate=val@0 != d AND val@0 != 
c, pruning_predicate=val_null_count@2 != row_count@3 AND (val_min@0 != d OR d 
!= val_max@1) AND val_null_count@2 != row_count@3 AND (val_min@0 != c OR c != 
val_max@1), required_guarantees=[val not in (c, d)]
-
-# The order of filters should not matter

Review Comment:
   Might be accidental / from merging. Will revert.



-- 
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