[GitHub] [arrow-datafusion] Dandandan commented on a change in pull request #561: Fix pruning on not equal predicate

2021-06-14 Thread GitBox
Dandandan commented on a change in pull request #561: URL: https://github.com/apache/arrow-datafusion/pull/561#discussion_r651243733 ## File path: datafusion/src/physical_optimizer/pruning.rs ## @@ -553,12 +553,14 @@ fn build_predicate_expression( let corrected_op =

[GitHub] [arrow-datafusion] Dandandan commented on a change in pull request #561: Fix pruning on not equal predicate

2021-06-14 Thread GitBox
Dandandan commented on a change in pull request #561: URL: https://github.com/apache/arrow-datafusion/pull/561#discussion_r651243037 ## File path: datafusion/src/physical_optimizer/pruning.rs ## @@ -553,12 +553,14 @@ fn build_predicate_expression( let corrected_op =

[GitHub] [arrow-datafusion] Dandandan commented on a change in pull request #561: Fix pruning on not equal predicate

2021-06-14 Thread GitBox
Dandandan commented on a change in pull request #561: URL: https://github.com/apache/arrow-datafusion/pull/561#discussion_r651241366 ## File path: datafusion/src/physical_optimizer/pruning.rs ## @@ -1190,6 +1192,34 @@ mod tests { assert_eq!(result, expected); }