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 2017/10/07 22:54:10 UTC

Review Request 62827: HIVE-17553 CBO wrongly type cast decimal literal to int

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

Review request for hive and Ashutosh Chauhan.


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


Repository: hive-git


Description
-------

Patch to fix HIVE-17553


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/translator/RexNodeConverter.java abbffb026d 
  ql/src/test/results/clientnegative/wrong_column_type.q.out a3b28c9554 
  ql/src/test/results/clientpositive/annotate_stats_select.q.out c7569454f1 
  ql/src/test/results/clientpositive/decimal_precision2.q.out 4ce7e1cca7 
  ql/src/test/results/clientpositive/literal_decimal.q.out 6f686ebce9 
  ql/src/test/results/clientpositive/llap/vector_decimal_math_funcs.q.out 5121015e4c 
  ql/src/test/results/clientpositive/llap/vectorized_math_funcs.q.out 5901b092d2 
  ql/src/test/results/clientpositive/perf/spark/query21.q.out 0e9959cf2a 
  ql/src/test/results/clientpositive/perf/spark/query75.q.out 654cdf9dce 
  ql/src/test/results/clientpositive/perf/tez/query14.q.out dac6e0f20b 
  ql/src/test/results/clientpositive/perf/tez/query21.q.out 876e3c898b 
  ql/src/test/results/clientpositive/spark/vectorized_math_funcs.q.out 3780a4a179 
  ql/src/test/results/clientpositive/vector_decimal_math_funcs.q.out bc063f402c 
  ql/src/test/results/clientpositive/vectorized_math_funcs.q.out d276921d1e 


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


Testing
-------


Thanks,

Vineet Garg