-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28051/
-----------------------------------------------------------
Review request for hive, Szehon Ho and Xuefu Zhang.
Bugs: HIVE-8860
https://issues.apache.org/jira/browse/HIVE-8860
Repository: hive-git
Description
-------
Currently, only SparkMapRecordHandler populates this information. However,
since in Spark branch a HashTableSinkOperator could also appear in a
ReduceWork, and it needs to have a ExecMapperContext to get a MapredLocalWork,
we need to do the same thing in SparkReduceRecordHandler as well.
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SparkReduceRecordHandler.java
21ac7ab
Diff: https://reviews.apache.org/r/28051/diff/
Testing
-------
Thanks,
Chao Sun