You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Janaki Lahorani via Review Board <no...@reviews.apache.org> on 2018/01/17 17:20:13 UTC

Re: Review Request 65047: Fix for HIVE-18393

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

(Updated Jan. 17, 2018, 5:20 p.m.)


Review request for hive, Alexander Kolbasov, Andrew Sherman, Sahil Takiar, and Vihang Karajgaonkar.


Repository: hive-git


Description
-------

Data saved as TimeStamp, Decimal, Double, Float, BigInt, Int, SmallInt, Tinyint and Boolean, after the type is changed to String, VarChar or Char will return correct results.


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetStringInspector.java 70a92ab3bc9d3b2ecc205fad274e8c639812e59a 
  ql/src/test/queries/clientpositive/typechangetest.q PRE-CREATION 
  ql/src/test/results/clientpositive/typechangetest.q.out PRE-CREATION 
  serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/WritableHiveCharObjectInspector.java 3204e309686f295810c1e850c8028303b2f5f7ff 
  serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/WritableHiveVarcharObjectInspector.java 8ac2d8477e1071f95d3f5faed8a7be92c76e6347 


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


Testing
-------


Thanks,

Janaki Lahorani