Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/613#discussion_r33419852
--- Diff:
tajo-storage/tajo-storage-common/src/main/java/org/apache/tajo/storage/MergeScanner.java
---
@@ -165,7 +167,7 @@ public boolean isSelectable() {
}
@Override
- public void setSearchCondition(Object expr) {
+ public void setFilter(EvalNode filter) {
--- End diff --
I'll fix it for current implementation. However, we need to know its
ambiguity, and the solution should be depend on the final purpose of
MergeScanner.
According to its implementation, MergeScanner is chosen if the number of
``fragments`` is more than one.
If MergeScanner is only for intermediate shuffled data, this method should
throw an exception. Otherwise, we should implement to push down a filter to its
scannner elements.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---