Re: Review Request 66116: HIVE-18975 NPE when inserting NULL value in structure and array with HBase table

2018-03-20 Thread Yibing Shi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66116/#review199595 --- Ship it! Ship It! - Yibing Shi On March 19, 2018, 9:36 p.m

Re: Review Request 66116: HIVE-18975 NPE when inserting NULL value in structure and array with HBase table

2018-03-17 Thread Yibing Shi
r.java Line 296 (original), 298 (patched) <https://reviews.apache.org/r/66116/#comment279694> ditto on `list.get` - Yibing Shi On March 16, 2018, 10:57 p.m., Oleksiy Sayankin wrote: > > --- > This is an automatically

[jira] [Created] (HIVE-17078) Add more logs to MapredLocalTask

2017-07-12 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-17078: - Summary: Add more logs to MapredLocalTask Key: HIVE-17078 URL: https://issues.apache.org/jira/browse/HIVE-17078 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-17050) Multiline queries that have comment in middle fail when executed via "beeline -e"

2017-07-06 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-17050: - Summary: Multiline queries that have comment in middle fail when executed via "beeline -e" Key: HIVE-17050 URL: https://issues.apache.org/jira/browse/HIVE-17050

[jira] [Created] (HIVE-16930) HoS should verify the value of Kerberos principal and keytab file before adding them to spark-submit command parameters

2017-06-20 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-16930: - Summary: HoS should verify the value of Kerberos principal and keytab file before adding them to spark-submit command parameters Key: HIVE-16930 URL: https://issues.apache.org/jira

[jira] [Created] (HIVE-16869) Hive returns wrong result when predicates on non-existing columns are pushed down to Parquet reader

2017-06-09 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-16869: - Summary: Hive returns wrong result when predicates on non-existing columns are pushed down to Parquet reader Key: HIVE-16869 URL: https://issues.apache.org/jira/browse/HIVE-16869

[jira] [Created] (HIVE-16646) Alias in transform ... as clause shouldn't be case sensitive

2017-05-11 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-16646: - Summary: Alias in transform ... as clause shouldn't be case sensitive Key: HIVE-16646 URL: https://issues.apache.org/jira/browse/HIVE-16646 Project: Hive

[jira] [Created] (HIVE-16306) Encode binary fields of complex types with base64 and wrap them up with quotes

2017-03-27 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-16306: - Summary: Encode binary fields of complex types with base64 and wrap them up with quotes Key: HIVE-16306 URL: https://issues.apache.org/jira/browse/HIVE-16306 Project: Hive

[jira] [Created] (HIVE-16291) Hive fails when unions a parquet table with itself

2017-03-24 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-16291: - Summary: Hive fails when unions a parquet table with itself Key: HIVE-16291 URL: https://issues.apache.org/jira/browse/HIVE-16291 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-15530) Optimize the column stats update logic in table alteration

2017-01-02 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-15530: - Summary: Optimize the column stats update logic in table alteration Key: HIVE-15530 URL: https://issues.apache.org/jira/browse/HIVE-15530 Project: Hive Issue Type

[jira] [Created] (HIVE-15225) QueryPlan.getJSONValue should code against empty string values

2016-11-16 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-15225: - Summary: QueryPlan.getJSONValue should code against empty string values Key: HIVE-15225 URL: https://issues.apache.org/jira/browse/HIVE-15225 Project: Hive Issue

[jira] [Created] (HIVE-14661) Hive should extract deterministic conditions from where clause and use them for partition pruning

2016-08-28 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-14661: - Summary: Hive should extract deterministic conditions from where clause and use them for partition pruning Key: HIVE-14661 URL: https://issues.apache.org/jira/browse/HIVE-14661

[jira] [Created] (HIVE-14609) HS2 cannot drop a function whose associated jar file has been removed

2016-08-22 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-14609: - Summary: HS2 cannot drop a function whose associated jar file has been removed Key: HIVE-14609 URL: https://issues.apache.org/jira/browse/HIVE-14609 Project: Hive

Re: Review Request 49952: HIVE-14205: Hive doesn't support union type with AVRO file format

2016-07-18 Thread Yibing Shi
pache/hadoop/hive/serde2/avro/TestAvroSerdeUtils.java 0013b78 Diff: https://reviews.apache.org/r/49952/diff/ Testing --- Thanks, Yibing Shi

Re: Review Request 49952: HIVE-14205: Hive doesn't support union type with AVRO file format

2016-07-16 Thread Yibing Shi
/avro/TestAvroDeserializer.java 986b803 serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerdeUtils.java 0013b78 Diff: https://reviews.apache.org/r/49952/diff/ Testing --- Thanks, Yibing Shi

Re: Review Request 49952: HIVE-14205: Hive doesn't support union type with AVRO file format

2016-07-13 Thread Yibing Shi
ry key" in Hive). As a result, schema ["null", "int", "long"] should always be used in favor of ["int", "long"]. The latter is supported by Hive just for better compatibility. So, it should be OK to map both ["null&q

Review Request 49952: HIVE-14205: Hive doesn't support union type with AVRO file format

2016-07-12 Thread Yibing Shi
.java 08ee62b serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroDeserializer.java 986b803 serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerdeUtils.java 0013b78 Diff: https://reviews.apache.org/r/49952/diff/ Testing --- Thanks, Yibing Shi

[jira] [Created] (HIVE-14205) Hive doesn't support union type with AVRO file format

2016-07-11 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-14205: - Summary: Hive doesn't support union type with AVRO file format Key: HIVE-14205 URL: https://issues.apache.org/jira/browse/HIVE-14205 Project: Hive Issue Type

Re: Review Request 49264: HIVE-14037: java.lang.ClassNotFoundException for the jar in hive.reloadable.aux.jars.path in mapreduce

2016-06-28 Thread Yibing Shi
1774) <https://reviews.apache.org/r/49264/#comment205247> It is possible that p doesn't exist with above if condition. I don't think we should add p to result in this case. - Yibing Shi On June 29, 2016, 3:19 a.m.

[jira] [Created] (HIVE-11733) UDF GenericUDFReflect cannot find classes added by "ADD JAR"

2015-09-04 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-11733: - Summary: UDF GenericUDFReflect cannot find classes added by "ADD JAR" Key: HIVE-11733 URL: https://issues.apache.org/jira/browse/HIVE-11733 Project: Hive

[jira] [Created] (HIVE-11216) UDF GenericUDFMapKeys throws NPE when a null map value is passed in

2015-07-09 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-11216: - Summary: UDF GenericUDFMapKeys throws NPE when a null map value is passed in Key: HIVE-11216 URL: https://issues.apache.org/jira/browse/HIVE-11216 Project: Hive

[jira] [Created] (HIVE-7178) Table alias cannot be used in GROUPING SETS clause if there are more than one column in it

2014-06-04 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-7178: Summary: Table alias cannot be used in GROUPING SETS clause if there are more than one column in it Key: HIVE-7178 URL: https://issues.apache.org/jira/browse/HIVE-7178

[jira] [Commented] (HIVE-7075) JsonSerde raises NullPointerException when object key is not lower case

2014-06-04 Thread Yibing Shi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14018449#comment-14018449 ] Yibing Shi commented on HIVE-7075: -- Hi Navis, any update on this? > JsonSerde

[jira] [Commented] (HIVE-7075) JsonSerde raises NullPointerException when object key is not lower case

2014-05-22 Thread Yibing Shi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005896#comment-14005896 ] Yibing Shi commented on HIVE-7075: -- I don't think we have better solution for

[jira] [Created] (HIVE-7075) JsonSerde raises NullPointerException when object key is not lower case

2014-05-16 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-7075: Summary: JsonSerde raises NullPointerException when object key is not lower case Key: HIVE-7075 URL: https://issues.apache.org/jira/browse/HIVE-7075 Project: Hive

[jira] [Commented] (HIVE-7075) JsonSerde raises NullPointerException when object key is not lower case

2014-05-16 Thread Yibing Shi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999640#comment-13999640 ] Yibing Shi commented on HIVE-7075: -- Suggest to fix this by: - String field