-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34757/
-----------------------------------------------------------
Review request for hive and Xuefu Zhang.
Bugs: HIVE-10844
https://issues.apache.org/jira/browse/HIVE-10844
Repository: hive-git
Description
-------
Some Hive queries(like TPCDS Q39) may share the same subquery, which translated
into sperate, but equivalent Works in SparkWork, combining these equivalent
Works into a single one would help to benifit from following dynamic RDD
caching optimization.
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/optimizer/spark/CombineEquivalentWorkResolver.java
PRE-CREATION
ql/src/java/org/apache/hadoop/hive/ql/parse/spark/SparkCompiler.java 19aae70
Diff: https://reviews.apache.org/r/34757/diff/
Testing
-------
Thanks,
chengxiang li