> On Jan. 22, 2018, 8:43 p.m., Sahil Takiar wrote:
> > ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetStringInspector.java
> > Lines 64 (patched)
> > <https://reviews.apache.org/r/65047/diff/4/?file=1942122#file1942122line64>
> >
> >     do we need to handle all the others types like date, interval, or any 
> > of the comples types like array, struct, union, etc.

The simple types that are commpon between Impala and hive just for string types 
is handled by this fix.  More type related fixes will come in the future.


- Janaki


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


On Jan. 18, 2018, 5:34 p.m., Janaki Lahorani wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/65047/
> -----------------------------------------------------------
> 
> (Updated Jan. 18, 2018, 5:34 p.m.)
> 
> 
> Review request for hive, Aihua Xu, Alexander Kolbasov, Andrew Sherman, 
> Ashutosh Chauhan, cheng xu, ferdy, Alan Gates, Owen O'Malley, Sergey 
> Shelukhin, 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/4/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Janaki Lahorani
> 
>

Reply via email to