[HIVE-22601] Some columns will be lost when a UDTF has multiple aliases in some cases

2020-01-20 Thread Makoto Yui
Hi committers, Could someone please review this ticket and my colleague's patch? https://issues.apache.org/jira/browse/HIVE-22601 The following query produces a wrong result in the current stable release of Hive (2.3.6 and 3.1.2). SELECT stack(1, 'a', 'b', 'c') AS (c1, c2, c3) UNION ALL SELECT

[jira] [Created] (HIVE-22753) Fix gradual mem leak: Operationlog related appenders should be cleared up on errors

2020-01-20 Thread Rajesh Balamohan (Jira)
Rajesh Balamohan created HIVE-22753: --- Summary: Fix gradual mem leak: Operationlog related appenders should be cleared up on errors Key: HIVE-22753 URL: https://issues.apache.org/jira/browse/HIVE-22753

[jira] [Created] (HIVE-22752) HiveMetastore addWriteNotificationLog should be invoked only when listeners are enabled

2020-01-20 Thread Rajesh Balamohan (Jira)
Rajesh Balamohan created HIVE-22752: --- Summary: HiveMetastore addWriteNotificationLog should be invoked only when listeners are enabled Key: HIVE-22752 URL: https://issues.apache.org/jira/browse/HIVE-22752

[jira] [Created] (HIVE-22751) Move locking in HiveServer2::isDeregisteredWithZooKeeper to ZooKeeperHiveHelper

2020-01-20 Thread Rajesh Balamohan (Jira)
Rajesh Balamohan created HIVE-22751: --- Summary: Move locking in HiveServer2::isDeregisteredWithZooKeeper to ZooKeeperHiveHelper Key: HIVE-22751 URL: https://issues.apache.org/jira/browse/HIVE-22751

Re: [VOTE] Apache Hive 3.1.3 Release Candidate 0

2020-01-20 Thread Alan Gates
+1. I checked the signature and hash, did a build, and checked the rat output. Alan. On Wed, Jan 15, 2020 at 2:08 PM Naveen Gangam wrote: > Apache Hive 3.1.3 Release Candidate 0 is available here: > https://people.apache.org/~ngangam/hive-3.1.3-rc-0 > > > Maven artifacts are available > here:

Re: Review Request 72028: HIVE-22729: Provide a failure reason for failed compactions

2020-01-20 Thread Denys Kuzmenko via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72028/#review219335 --- Ship it! LGTM, 1 minor comment

Review Request 72028: HIVE-22729: Provide a failure reason for failed compactions

2020-01-20 Thread Laszlo Pinter via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72028/ --- Review request for hive, Denys Kuzmenko, Karen Coppage, and Peter Vary.

[jira] [Created] (HIVE-22750) Consolidate LockType naming

2020-01-20 Thread Zoltan Chovan (Jira)
Zoltan Chovan created HIVE-22750: Summary: Consolidate LockType naming Key: HIVE-22750 URL: https://issues.apache.org/jira/browse/HIVE-22750 Project: Hive Issue Type: Improvement

Re: If Hive Metastore is compatibility with MariaDB version 10.x.?

2020-01-20 Thread Zoltan Haindrich
Hello, Locally I use Mariadb 10.4.8 when I validate metastore schema/etc changes. So far, I've not uncovered any issues with it... I'm planning to integrate some kind of smoke tests against all the supported DBs to help uncover metastore related issues earlier. To evaluate that we have