You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Deepak Jaiswal <dj...@hortonworks.com> on 2017/06/01 20:25:08 UTC

Review Request 59726: HIVE-16804

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

Review request for hive and Jason Dere.


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


Repository: hive-git


Description
-------

Currently the semijoin hint takes source table input. However, to provide better control, also provide the target table name in hint.
The Target field is added as a mandatory parameter.


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/optimizer/DynamicPartitionPruningOptimization.java 8a62982e1e 
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java d514644da0 
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemiJoinHint.java f7fd306a2c 
  ql/src/test/queries/clientpositive/semijoin_hint.q 71fa445ec8 
  ql/src/test/results/clientpositive/llap/semijoin_hint.q.out ae9bf9bd8b 


Diff: https://reviews.apache.org/r/59726/diff/1/


Testing
-------


Thanks,

Deepak Jaiswal


Re: Review Request 59726: HIVE-16804

Posted by Deepak Jaiswal <dj...@hortonworks.com>.

> On June 6, 2017, 6:02 p.m., Jason Dere wrote:
> > ql/src/test/results/clientpositive/llap/semijoin_hint.q.out
> > Line 1406 (original), 1401 (patched)
> > <https://reviews.apache.org/r/59726/diff/2/?file=1741963#file1741963line1406>
> >
> >     In the updated plan, there are no semijoin reduction optimizations.

Thanks for finding this out. The hint had parameters in incorrect order causing it to miss. Fix is coming in shortly.


- Deepak


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


On June 6, 2017, 12:54 a.m., Deepak Jaiswal wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/59726/
> -----------------------------------------------------------
> 
> (Updated June 6, 2017, 12:54 a.m.)
> 
> 
> Review request for hive and Jason Dere.
> 
> 
> Bugs: HIVE-16804
>     https://issues.apache.org/jira/browse/HIVE-16804
> 
> 
> Repository: hive-git
> 
> 
> Description
> -------
> 
> Currently the semijoin hint takes source table input. However, to provide better control, also provide the target table name in hint.
> The Target field is added as a mandatory parameter.
> 
> 
> Diffs
> -----
> 
>   ql/src/java/org/apache/hadoop/hive/ql/optimizer/DynamicPartitionPruningOptimization.java 8a62982e1e 
>   ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java d514644da0 
>   ql/src/java/org/apache/hadoop/hive/ql/parse/SemiJoinHint.java f7fd306a2c 
>   ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java 7e156f610a 
>   ql/src/test/queries/clientpositive/semijoin_hint.q 71fa445ec8 
>   ql/src/test/results/clientpositive/llap/semijoin_hint.q.out ae9bf9bd8b 
> 
> 
> Diff: https://reviews.apache.org/r/59726/diff/2/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Deepak Jaiswal
> 
>


Re: Review Request 59726: HIVE-16804

Posted by Jason Dere <jd...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59726/#review177063
-----------------------------------------------------------




ql/src/test/results/clientpositive/llap/semijoin_hint.q.out
Line 1406 (original), 1401 (patched)
<https://reviews.apache.org/r/59726/#comment250628>

    In the updated plan, there are no semijoin reduction optimizations.


- Jason Dere


On June 6, 2017, 12:54 a.m., Deepak Jaiswal wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/59726/
> -----------------------------------------------------------
> 
> (Updated June 6, 2017, 12:54 a.m.)
> 
> 
> Review request for hive and Jason Dere.
> 
> 
> Bugs: HIVE-16804
>     https://issues.apache.org/jira/browse/HIVE-16804
> 
> 
> Repository: hive-git
> 
> 
> Description
> -------
> 
> Currently the semijoin hint takes source table input. However, to provide better control, also provide the target table name in hint.
> The Target field is added as a mandatory parameter.
> 
> 
> Diffs
> -----
> 
>   ql/src/java/org/apache/hadoop/hive/ql/optimizer/DynamicPartitionPruningOptimization.java 8a62982e1e 
>   ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java d514644da0 
>   ql/src/java/org/apache/hadoop/hive/ql/parse/SemiJoinHint.java f7fd306a2c 
>   ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java 7e156f610a 
>   ql/src/test/queries/clientpositive/semijoin_hint.q 71fa445ec8 
>   ql/src/test/results/clientpositive/llap/semijoin_hint.q.out ae9bf9bd8b 
> 
> 
> Diff: https://reviews.apache.org/r/59726/diff/2/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Deepak Jaiswal
> 
>


Re: Review Request 59726: HIVE-16804

Posted by Deepak Jaiswal <dj...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59726/
-----------------------------------------------------------

(Updated June 6, 2017, 7:47 p.m.)


Review request for hive and Jason Dere.


Changes
-------

Fixed the issue found by Jason in the test.


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


Repository: hive-git


Description
-------

Currently the semijoin hint takes source table input. However, to provide better control, also provide the target table name in hint.
The Target field is added as a mandatory parameter.


Diffs (updated)
-----

  ql/src/java/org/apache/hadoop/hive/ql/optimizer/DynamicPartitionPruningOptimization.java 8a62982e1e 
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java d514644da0 
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemiJoinHint.java f7fd306a2c 
  ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java 7e156f610a 
  ql/src/test/queries/clientpositive/semijoin_hint.q 71fa445ec8 
  ql/src/test/results/clientpositive/llap/semijoin_hint.q.out ae9bf9bd8b 


Diff: https://reviews.apache.org/r/59726/diff/3/

Changes: https://reviews.apache.org/r/59726/diff/2-3/


Testing
-------


Thanks,

Deepak Jaiswal


Re: Review Request 59726: HIVE-16804

Posted by Deepak Jaiswal <dj...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59726/
-----------------------------------------------------------

(Updated June 6, 2017, 12:54 a.m.)


Review request for hive and Jason Dere.


Changes
-------

Added exceptions. If a hint fails to create an edge, it should throw.


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


Repository: hive-git


Description
-------

Currently the semijoin hint takes source table input. However, to provide better control, also provide the target table name in hint.
The Target field is added as a mandatory parameter.


Diffs (updated)
-----

  ql/src/java/org/apache/hadoop/hive/ql/optimizer/DynamicPartitionPruningOptimization.java 8a62982e1e 
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java d514644da0 
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemiJoinHint.java f7fd306a2c 
  ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java 7e156f610a 
  ql/src/test/queries/clientpositive/semijoin_hint.q 71fa445ec8 
  ql/src/test/results/clientpositive/llap/semijoin_hint.q.out ae9bf9bd8b 


Diff: https://reviews.apache.org/r/59726/diff/2/

Changes: https://reviews.apache.org/r/59726/diff/1-2/


Testing
-------


Thanks,

Deepak Jaiswal