You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Vineet Garg <vg...@hortonworks.com> on 2016/08/24 00:48:12 UTC

Review Request 51355: Bypass CBO return path for hive.test.mode

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

Review request for hive and Ashutosh Chauhan.


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


Repository: hive-git


Description
-------

Turning hive.test.mode on will try generating table sampling which isn't yet supported for CBO return path


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/parse/CalcitePlanner.java 7c50155 
  ql/src/test/queries/clientpositive/input30.q 7859bbc 
  ql/src/test/results/clientpositive/input30.q.out e728f04 

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


Testing
-------

* Updated texisting test to add a new test
* Pre-commit testing


Thanks,

Vineet Garg