You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Navis Ryu <na...@nexr.com> on 2015/02/16 10:23:26 UTC

Review Request 31079: Extend PTFs to provide referenced columns for CP

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

Review request for hive.


Bugs: HIVE-9699
    https://issues.apache.org/jira/browse/HIVE-9699


Repository: hive-git


Description
-------

As described in HIVE-9341, If PTFs can provide referenced column names, column pruner can use that.


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/optimizer/ColumnPrunerProcFactory.java d3e9992 
  ql/src/java/org/apache/hadoop/hive/ql/parse/PTFTranslator.java 483f55b 
  ql/src/java/org/apache/hadoop/hive/ql/plan/PTFDesc.java 2f31eed 
  ql/src/java/org/apache/hadoop/hive/ql/plan/ptf/PartitionedTableFunctionDef.java 967caaa 
  ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/MatchPath.java aa48a6c 
  ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/NoopWithMap.java 0b090a9 
  ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/TableFunctionEvaluator.java b8b819e 
  ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/TableFunctionResolver.java 969013c 
  ql/src/test/results/clientpositive/ptf_matchpath.q.out aaa66cf 
  ql/src/test/results/clientpositive/spark/ptf_matchpath.q.out 22c8af3 
  ql/src/test/results/clientpositive/tez/ptf_matchpath.q.out fc2b034 

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


Testing
-------


Thanks,

Navis Ryu