You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Takuma Wakamori <wa...@gmail.com> on 2017/04/08 10:28:09 UTC

Re: Review Request 48656: HIVE-13958: Support prohibiting string to decimal auto-casts.

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

(Updated 4\u6708 8, 2017, 7:28 p.m.)


Review request for hive.


Changes
-------

updated to be able to apply to the latest commit of the master branch.


Repository: hive-git


Description
-------

HIVE-13958: Support prohibiting string to decimal auto-casts.


Diffs (updated)
-----

  ql/src/java/org/apache/hadoop/hive/ql/plan/ExprNodeGenericFuncDesc.java aef46da 
  ql/src/test/queries/clientnegative/compare_double_bigint_between.q PRE-CREATION 
  ql/src/test/queries/clientnegative/compare_double_bigint_in.q PRE-CREATION 
  ql/src/test/queries/clientnegative/compare_string_bigint_between.q PRE-CREATION 
  ql/src/test/queries/clientnegative/compare_string_bigint_in.q PRE-CREATION 
  ql/src/test/results/clientnegative/compare_double_bigint_between.q.out PRE-CREATION 
  ql/src/test/results/clientnegative/compare_double_bigint_in.q.out PRE-CREATION 
  ql/src/test/results/clientnegative/compare_string_bigint_between.q.out PRE-CREATION 
  ql/src/test/results/clientnegative/compare_string_bigint_in.q.out PRE-CREATION 


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

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


Testing
-------


Thanks,

Takuma Wakamori