Github user blrunner commented on the pull request:
https://github.com/apache/tajo/pull/846#issuecomment-199366938
@hyunsik
I updated this PR as following:
* Remove the list of partition paths in PartitionedTableScanNode. It just
contains the path of table root.
* PartitionedTableRewriter just rewrite ScanNode to
PartitionedTableScanNode in BaseLogicalPlanRewriteRuleProvider.
* Actual partition pruning will be executed in Repartitioner by
PartitionedTableRewriter.
---
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.
---