Skip to content

Commit

Permalink
Port ScanFilterAndProjectOperator to WorkProcessorSourceOperator
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed Jun 13, 2019
1 parent 549f6ac commit ae7b971
Show file tree
Hide file tree
Showing 4 changed files with 360 additions and 147 deletions.
Expand Up @@ -527,6 +527,7 @@ public SourceOperator newScanFilterAndProjectOperator(DriverContext driverContex
0);
SourceOperator operator = sourceOperatorFactory.createOperator(driverContext);
operator.addSplit(new Split(new CatalogName("test"), TestingSplit.createLocalSplit(), Lifespan.taskWide()));
operator.noMoreSplits();
return operator;
}

Expand Down

0 comments on commit ae7b971

Please sign in to comment.