Re: Review Request 71574: HIVE-22212: Implement append partition related methods on temporary tables

2019-10-02 Thread Peter Vary via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71574/#review218019 --- Ship it! Ship It! - Peter Vary On okt. 2, 2019, 11:49 de,

[jira] [Created] (HIVE-22281) Create table statement fails with "not supported NULLS LAST for ORDER BY in ASC order"

2019-10-02 Thread Krisztian Kasa (Jira)
Krisztian Kasa created HIVE-22281: - Summary: Create table statement fails with "not supported NULLS LAST for ORDER BY in ASC order" Key: HIVE-22281 URL: https://issues.apache.org/jira/browse/HIVE-22281

Review Request 71574: HIVE-22212: Implement append partition related methods on temporary tables

2019-10-02 Thread Laszlo Pinter via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71574/ --- Review request for hive, Marta Kuczora, Peter Vary, and Adam Szita.

[jira] [Created] (HIVE-22282) Obtain LLAP delegation token only when LLAP is configured for Kerberos authentication

2019-10-02 Thread Denys Kuzmenko (Jira)
Denys Kuzmenko created HIVE-22282: - Summary: Obtain LLAP delegation token only when LLAP is configured for Kerberos authentication Key: HIVE-22282 URL: https://issues.apache.org/jira/browse/HIVE-22282

Re: Review Request 71550: HIVE-22137: Implement alter/rename partition related methods on temporary tables

2019-10-02 Thread Laszlo Pinter via Review Board
> On Sept. 26, 2019, 5:24 p.m., Peter Vary wrote: > > ql/src/java/org/apache/hadoop/hive/ql/metadata/PartitionTree.java > > Lines 208-210 (patched) > > > > > > What happens when one of the alter partition fails

[jira] [Created] (HIVE-22279) Enable temporary table partitioning

2019-10-02 Thread Laszlo Pinter (Jira)
Laszlo Pinter created HIVE-22279: Summary: Enable temporary table partitioning Key: HIVE-22279 URL: https://issues.apache.org/jira/browse/HIVE-22279 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-22280) Q tests for partitioned temporary tables

2019-10-02 Thread Laszlo Pinter (Jira)
Laszlo Pinter created HIVE-22280: Summary: Q tests for partitioned temporary tables Key: HIVE-22280 URL: https://issues.apache.org/jira/browse/HIVE-22280 Project: Hive Issue Type: Sub-task

Re: Review Request 71550: HIVE-22137: Implement alter/rename partition related methods on temporary tables

2019-10-02 Thread Peter Vary via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71550/#review218017 --- Ship it! Just one minor comment, we can fix that in a

Re: Review Request 71571: HIVE-22240

2019-10-02 Thread Krisztian Kasa
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71571/ --- (Updated Oct. 2, 2019, 7:41 a.m.) Review request for hive, Jesús Camacho

Re: Review Request 71561: HIVE-22250

2019-10-02 Thread Krisztian Kasa
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71561/ --- (Updated Oct. 2, 2019, 2:52 p.m.) Review request for hive, Jesús Camacho

[jira] [Created] (HIVE-22283) Aggregate Function on partition column scans Full Table

2019-10-02 Thread Vikas Tarvecha (Jira)
Vikas Tarvecha created HIVE-22283: - Summary: Aggregate Function on partition column scans Full Table Key: HIVE-22283 URL: https://issues.apache.org/jira/browse/HIVE-22283 Project: Hive Issue

[jira] [Created] (HIVE-22284) Improve LLAP CacheContentsTracker to collect and display correct statistics

2019-10-02 Thread Jira
Ádám Szita created HIVE-22284: - Summary: Improve LLAP CacheContentsTracker to collect and display correct statistics Key: HIVE-22284 URL: https://issues.apache.org/jira/browse/HIVE-22284 Project: Hive

[jira] [Created] (HIVE-22286) Disable flaky TestBuddyAllocator#testMTT test

2019-10-02 Thread John Sherman (Jira)
John Sherman created HIVE-22286: --- Summary: Disable flaky TestBuddyAllocator#testMTT test Key: HIVE-22286 URL: https://issues.apache.org/jira/browse/HIVE-22286 Project: Hive Issue Type: Task

Review Request 71575: HIVE-22284: Improve LLAP CacheContentsTracker to collect and display correct statistics

2019-10-02 Thread Adam Szita via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71575/ --- Review request for hive. Bugs: HIVE-22284

[jira] [Created] (HIVE-22285) CAST function does not immediately return null if conversion does not succeed

2019-10-02 Thread Eric Richardson (Jira)
Eric Richardson created HIVE-22285: -- Summary: CAST function does not immediately return null if conversion does not succeed Key: HIVE-22285 URL: https://issues.apache.org/jira/browse/HIVE-22285

[jira] [Created] (HIVE-22287) Metastore logging needs to add the partition info

2019-10-02 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22287: --- Summary: Metastore logging needs to add the partition info Key: HIVE-22287 URL: https://issues.apache.org/jira/browse/HIVE-22287 Project: Hive

[jira] [Created] (HIVE-22288) Add tests for grouping sets for correlated subqueries

2019-10-02 Thread Steve Carlin (Jira)
Steve Carlin created HIVE-22288: --- Summary: Add tests for grouping sets for correlated subqueries Key: HIVE-22288 URL: https://issues.apache.org/jira/browse/HIVE-22288 Project: Hive Issue Type:

Re: Review Request 71561: HIVE-22250

2019-10-02 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71561/#review218039 --- ql/src/java/org/apache/hadoop/hive/ql/exec/Registry.java Lines