[jira] [Created] (HIVE-23112) For queries containing structs: the plan may not change in case unrelated materialized view are created

2020-03-30 Thread Zoltan Haindrich (Jira)
Zoltan Haindrich created HIVE-23112: --- Summary: For queries containing structs: the plan may not change in case unrelated materialized view are created Key: HIVE-23112 URL: https://issues.apache.org/jira/browse/H

[jira] [Created] (HIVE-23111) MsckPartitionExpressionProxy should filter partitions

2020-03-30 Thread Sam An (Jira)
Sam An created HIVE-23111: - Summary: MsckPartitionExpressionProxy should filter partitions Key: HIVE-23111 URL: https://issues.apache.org/jira/browse/HIVE-23111 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-23110) Prevent NPE in ReExecDriver if the processing is aborted

2020-03-30 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23110: - Summary: Prevent NPE in ReExecDriver if the processing is aborted Key: HIVE-23110 URL: https://issues.apache.org/jira/browse/HIVE-23110 Project: Hive Issue

Re: [VOTE] Should we release Hive Storage API 2.7.2-rc0?

2020-03-30 Thread Owen O'Malley
In evaluating this RC, I discovered HIVE-22959, which is the only patch in this RC. I'm uncomfortable with the API added by HIVE-22959, because it is duplicating a lot of the functionality from VectorizedRowBatch. I'll look at the motivating ORC-577 tomorrow, but for now I'm -1 on releasing it. .

Re: [VOTE] Should we release Hive Storage API 2.7.2-rc0?

2020-03-30 Thread Vineet G
+1. Verified the signature, checksum and build. Vineet > On Mar 30, 2020, at 1:20 AM, Zoltan Haindrich wrote: > > +1 > > * verified checksum/etc > * built and run tests locally > * built orc/master against it > * there doesn't seem to be a staged nexus repo for this - but it seems like > earl

[jira] [Created] (HIVE-23109) Query-based compaction omits database

2020-03-30 Thread Karen Coppage (Jira)
Karen Coppage created HIVE-23109: Summary: Query-based compaction omits database Key: HIVE-23109 URL: https://issues.apache.org/jira/browse/HIVE-23109 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-23108) Cleanup HiveBaseResultSet.java

2020-03-30 Thread David Mollitor (Jira)
David Mollitor created HIVE-23108: - Summary: Cleanup HiveBaseResultSet.java Key: HIVE-23108 URL: https://issues.apache.org/jira/browse/HIVE-23108 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-23107) Remove MIN_HISTORY_LEVEL table

2020-03-30 Thread Jira
László Pintér created HIVE-23107: Summary: Remove MIN_HISTORY_LEVEL table Key: HIVE-23107 URL: https://issues.apache.org/jira/browse/HIVE-23107 Project: Hive Issue Type: Improvement

Re: Review Request 72234: HIVE-22785

2020-03-30 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72234/#review220109 --- itests/src/test/resources/testconfiguration.properties Lines 18 (

[jira] [Created] (HIVE-23106) Cleanup CalcitePlanner genOPTree exception handling

2020-03-30 Thread John Sherman (Jira)
John Sherman created HIVE-23106: --- Summary: Cleanup CalcitePlanner genOPTree exception handling Key: HIVE-23106 URL: https://issues.apache.org/jira/browse/HIVE-23106 Project: Hive Issue Type: Im

Re: Review Request 72276: HIVE-23084: Implement kill query in multiple HS2 environment

2020-03-30 Thread Peter Varga via Review Board
> On March 30, 2020, 9:38 a.m., Adam Szita wrote: > > Looking pretty good overall, I just have a few questions/comments. I fixed the issues, added a little more logging and fixed the weird annotation formatting. > On March 30, 2020, 9:38 a.m., Adam Szita wrote: > > service/src/java/org/apache

Re: Review Request 72283: HIVE-23076 Add batching for openTxn

2020-03-30 Thread Peter Vary via Review Board
> On márc. 30, 2020, 10:36 de, Denys Kuzmenko wrote: > > standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java > > Lines 603 (patched) > > > > > > Could we rename it

[DISCUSS] Drop Oracle 11g support in favor of 12c

2020-03-30 Thread Peter Vary
Hi Team, With several team members we are working on optimizing ACID transaction related metastore calls. Specifically aiming to have non-blocking openTxns calls (so 2 parallel openTxns can run without blocking each other) which could increase the throughput of Hive a lot. Currently based on t

[jira] [Created] (HIVE-23105) HiveServer2 regression breaks getUpdateCount / getMoreResult API contract

2020-03-30 Thread Arnaud Linz (Jira)
Arnaud Linz created HIVE-23105: -- Summary: HiveServer2 regression breaks getUpdateCount / getMoreResult API contract Key: HIVE-23105 URL: https://issues.apache.org/jira/browse/HIVE-23105 Project: Hive

Re: Review Request 72283: HIVE-23076 Add batching for openTxn

2020-03-30 Thread Denys Kuzmenko via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72283/#review220103 --- LGTM, just minor comments standalone-metastore/metastore-server/

[jira] [Created] (HIVE-23104) Minimize critical paths of TxnHandler::commitTxn and abortTxn

2020-03-30 Thread Marton Bod (Jira)
Marton Bod created HIVE-23104: - Summary: Minimize critical paths of TxnHandler::commitTxn and abortTxn Key: HIVE-23104 URL: https://issues.apache.org/jira/browse/HIVE-23104 Project: Hive Issue T

[jira] [Created] (HIVE-23103) Oracle statement batching

2020-03-30 Thread Peter Vary (Jira)
Peter Vary created HIVE-23103: - Summary: Oracle statement batching Key: HIVE-23103 URL: https://issues.apache.org/jira/browse/HIVE-23103 Project: Hive Issue Type: Improvement Components

Review Request 72283: HIVE-23076 Add batching for openTxn

2020-03-30 Thread Peter Vary via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72283/ --- Review request for hive, Denys Kuzmenko and Marton Bod. Bugs: HIVE-23076 ht

[jira] [Created] (HIVE-23102) waitForCompactionToFinish can potentially wait for too long

2020-03-30 Thread Jira
Zoltán Borók-Nagy created HIVE-23102: Summary: waitForCompactionToFinish can potentially wait for too long Key: HIVE-23102 URL: https://issues.apache.org/jira/browse/HIVE-23102 Project: Hive

Re: Review Request 72276: HIVE-23084: Implement kill query in multiple HS2 environment

2020-03-30 Thread Adam Szita via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72276/#review220102 --- Looking pretty good overall, I just have a few questions/comments.

Review Request 72282: HIVE-23101

2020-03-30 Thread Krisztian Kasa
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72282/ --- Review request for hive, Jesús Camacho Rodríguez and Zoltan Haindrich. Bugs: HI

Re: [VOTE] Should we release Hive Storage API 2.7.2-rc0?

2020-03-30 Thread Zoltan Haindrich
+1 * verified checksum/etc * built and run tests locally * built orc/master against it * there doesn't seem to be a staged nexus repo for this - but it seems like earlier releases also doesn't had that; meanwhile https://repo.maven.apache.org/maven2/org/apache/hive/hive-storage-api/2.7.1/ seems

[jira] [Created] (HIVE-23101) Fix topnkey_grouping_sets

2020-03-30 Thread Krisztian Kasa (Jira)
Krisztian Kasa created HIVE-23101: - Summary: Fix topnkey_grouping_sets Key: HIVE-23101 URL: https://issues.apache.org/jira/browse/HIVE-23101 Project: Hive Issue Type: Sub-task Rep