Re: Review Request 69432: HIVE-20964 Create a test that checks the level of the parallel compilation

2018-11-22 Thread Denys Kuzmenko via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69432/#review210800 --- Ship it! Ship It! - Denys Kuzmenko On Nov. 22, 2018, 3:19

Review Request 69432: HIVE-20964 Create a test that checks the level of the parallel compilation

2018-11-22 Thread Peter Vary via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69432/ --- Review request for hive, Denys Kuzmenko, Marta Kuczora, and Adam Szita. Bugs:

[jira] [Created] (HIVE-20964) Create a test that check the level of the parallel compilation

2018-11-22 Thread Peter Vary (JIRA)
Peter Vary created HIVE-20964: - Summary: Create a test that check the level of the parallel compilation Key: HIVE-20964 URL: https://issues.apache.org/jira/browse/HIVE-20964 Project: Hive Issue

Re: Review Request 69410: HIVE-20330: HCatLoader cannot handle multiple InputJobInfo objects for a job with multiple inputs

2018-11-22 Thread Peter Vary via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69410/#review210792 --- My only concen is that some other components might use

[jira] [Created] (HIVE-20963) Handle C-Style comments in hive query

2018-11-22 Thread Shubhangi Pardeshi (JIRA)
Shubhangi Pardeshi created HIVE-20963: - Summary: Handle C-Style comments in hive query Key: HIVE-20963 URL: https://issues.apache.org/jira/browse/HIVE-20963 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-20962) CommonMergeJoinOperator cannot join on complex keys

2018-11-22 Thread Clemens Valiente (JIRA)
.value, t2.value FROM complex_key t1 FULL OUTER JOIN complex_key t2 ON (t1.date=20181121 and t2.date =20181122 AND t1.key=t2.key); {code} This causes a ClassCastException: {code:java} Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing row (tag=1) {&quo

[jira] [Created] (HIVE-20961) Retire NVL implementation

2018-11-22 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-20961: --- Summary: Retire NVL implementation Key: HIVE-20961 URL: https://issues.apache.org/jira/browse/HIVE-20961 Project: Hive Issue Type: Improvement