> On Nov. 12, 2014, 11:47 p.m., Xuefu Zhang wrote:
> > ql/src/java/org/apache/hadoop/hive/ql/plan/SparkHashTableSinkDesc.java, 
> > line 34
> > <https://reviews.apache.org/r/27933/diff/1/?file=760617#file760617line34>
> >
> >     This class seems to be identiccal to HashTableSinkDesc. Could we extend 
> > from it instead?

Yes, will fix this.


> On Nov. 12, 2014, 11:47 p.m., Xuefu Zhang wrote:
> > ql/src/java/org/apache/hadoop/hive/ql/exec/SparkHashTableSinkOperator.java, 
> > line 57
> > <https://reviews.apache.org/r/27933/diff/1/?file=760615#file760615line57>
> >
> >     Could we extend from HashTableSinkOperator instead?

Probably we couldn't do that. We have some type issue. HashTableSinkOperator 
extends TerminalOperator<HashTableSinkDesc> instead.


- Jimmy


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


On Nov. 12, 2014, 11:58 p.m., Jimmy Xiang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/27933/
> -----------------------------------------------------------
> 
> (Updated Nov. 12, 2014, 11:58 p.m.)
> 
> 
> Review request for hive, Chao Sun, Szehon Ho, and Xuefu Zhang.
> 
> 
> Bugs: HIVE-8810
>     https://issues.apache.org/jira/browse/HIVE-8810
> 
> 
> Repository: hive-git
> 
> 
> Description
> -------
> 
> Fixed the Spark HashTableSinkOperator
> 
> 
> Diffs
> -----
> 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/HashTableSinkOperator.java 
> 78d9012 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/OperatorFactory.java f1c3564 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/SparkHashTableSinkOperator.java 
> PRE-CREATION 
>   
> ql/src/java/org/apache/hadoop/hive/ql/optimizer/spark/SparkReduceSinkMapJoinProc.java
>  a58a6c5 
>   ql/src/java/org/apache/hadoop/hive/ql/plan/SparkHashTableSinkDesc.java 
> PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/27933/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Jimmy Xiang
> 
>

Reply via email to