paul-rogers commented on issue #1944: DRILL-7503: Refactor the project operator URL: https://github.com/apache/drill/pull/1944#issuecomment-571235610 @ihuzenko, the goal of this refactoring was simply to pull out the code gen part. The `VectorState` is an admitted hack to create a clean interface on the CG side, though it is messy on the operator side. Since we don't like this approach, for now, I'll remove `VectorState` and simply move its methods onto the project operator, and pass the project operator to the CG component. Not ideal, but we can revisit the issue later when we want to do further cleanup.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services