You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by Hyunsik Choi <hy...@apache.org> on 2014/01/28 16:08:35 UTC

Review Request 17454: TAJO-565: FilterPushDown rewrite rule does not push filters on partitioned scans

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17454/
-----------------------------------------------------------

Review request for Tajo.


Bugs: TAJO-565
    https://issues.apache.org/jira/browse/TAJO-565


Repository: tajo


Description
-------

See the title. After we separate table schema into physical and logical schemas, FilterPushDown does not push filter conditions on partitioned tables. This patch fixes this bug.


Diffs
-----

  CHANGES.txt 9699782f4649f1b0a66d1e67841f2907408076f2 
  tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/planner/LogicalPlanner.java a5d9787be791161aaf5c6c613087934c4126ed8b 
  tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/planner/PlannerUtil.java ef4e60af6546abf065fefb935ff7eb90eff17dff 
  tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/planner/rewrite/FilterPushDownRule.java ddcdd03277962418d5b7714db78b99369b9e4227 
  tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/planner/rewrite/PartitionedTableRewriter.java a1cbe76059046ed0ae5b64face72ad6e143effbc 

Diff: https://reviews.apache.org/r/17454/diff/


Testing
-------


Thanks,

Hyunsik Choi