You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by blrunner <gi...@git.apache.org> on 2016/03/21 17:28:52 UTC

[GitHub] tajo pull request: TAJO-1952: Implement PartitionFileFragment

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---