Skip to content

Commit

Permalink
fix ConcatPathOptimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
jt2594838 committed Mar 11, 2020
1 parent 4d62652 commit 8ac2ec7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -119,7 +119,7 @@ public Operator transform(Operator operator) throws LogicalOptimizeException {
if(!isAlignByDevice){
sfwOperator.setFilterOperator(concatFilter(prefixPaths, filter, filterPaths));
}
filter.setPathSet(filterPaths);
sfwOperator.getFilterOperator().setPathSet(filterPaths);
// GROUP_BY_DEVICE leaves the concatFilter to PhysicalGenerator to optimize filter without prefix first

return sfwOperator;
Expand Down

0 comments on commit 8ac2ec7

Please sign in to comment.