Re: Change patch naming convention

2018-07-17 Thread Dániel Vörös
Hi, Thanks Zoltan for starting this discussion. I ran into this a couple times lately. I've just opened https://issues.apache.org/jira/browse/HIVE-20191 to mitigate the effect of a wrong submission. Since I was backporting from master, I did't even notice that the patches were applied on master.

Re: Review Request 67731: HIVE-19902: Provide Metastore micro-benchmarks

2018-07-17 Thread Alexander Kolbasov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67731/ --- (Updated July 18, 2018, 6:42 a.m.) Review request for hive, Andrew Sherman, Ala

[jira] [Created] (HIVE-20198) Constant time table drops/renames

2018-07-17 Thread Alexander Kolbasov (JIRA)
Alexander Kolbasov created HIVE-20198: - Summary: Constant time table drops/renames Key: HIVE-20198 URL: https://issues.apache.org/jira/browse/HIVE-20198 Project: Hive Issue Type: Improvem

Review Request 67961: HIVE-20196: Separate MetastoreConf into common and server parts

2018-07-17 Thread Alexander Kolbasov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67961/ --- Review request for hive, Alan Gates, Peter Vary, Sahil Takiar, and Vihang Karajg

Re: Hive report is missing

2018-07-17 Thread Ashutosh Chauhan
Hi Roman, I have sent the report on board@ . Emailed on Jul 12. I remember we also need to commit it to svn repo. But then it was replaced by reporter tool. But I cant find it now on report tool. Perhaps, because we are out of turn. Let me know if I need to take any other step to make report visib

Review Request 67954: HIVE-20194: HiveMetastoreClient should use reflection to instantiate embedded HMS instance

2018-07-17 Thread Alexander Kolbasov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67954/ --- Review request for hive, Alan Gates, Peter Vary, Sahil Takiar, and Vihang Karajg

Hive report is missing

2018-07-17 Thread Roman Shaposhnik
Hi! seems that my ping didn't get through the first time, but appears that Hive report for June is still missing in July. Any chance you guys can submit it on time for tomorrow's board meeting? Thanks, Roman.

[GitHub] hive pull request #401: Fixing array class cast exception in HiveMetaStoreCl...

2018-07-17 Thread vishnukl-alation
GitHub user vishnukl-alation opened a pull request: https://github.com/apache/hive/pull/401 Fixing array class cast exception in HiveMetaStoreClient Java 9 made changes to `toArray()` to always return `Object[]` and this cannot be cast into any of the subtypes including `URI[]`. Thi

[jira] [Created] (HIVE-20197) Vectorization: Add DECIMAL_64 testing, add Date/Interval/Timestamp arithmetic, and fix more NULL / Wrong Results issues in GROUP BY Aggregation Functions

2018-07-17 Thread Matt McCline (JIRA)
Matt McCline created HIVE-20197: --- Summary: Vectorization: Add DECIMAL_64 testing, add Date/Interval/Timestamp arithmetic, and fix more NULL / Wrong Results issues in GROUP BY Aggregation Functions Key: HIVE-20197 U

[jira] [Created] (HIVE-20196) Separate MetastoreConf into common and server parts

2018-07-17 Thread Alexander Kolbasov (JIRA)
Alexander Kolbasov created HIVE-20196: - Summary: Separate MetastoreConf into common and server parts Key: HIVE-20196 URL: https://issues.apache.org/jira/browse/HIVE-20196 Project: Hive Is

[jira] [Created] (HIVE-20195) Split MetastoreUtils into common and server-specific parts

2018-07-17 Thread Alexander Kolbasov (JIRA)
Alexander Kolbasov created HIVE-20195: - Summary: Split MetastoreUtils into common and server-specific parts Key: HIVE-20195 URL: https://issues.apache.org/jira/browse/HIVE-20195 Project: Hive

[jira] [Created] (HIVE-20194) HiveMetastoreClient should use reflection to instantiate embedded HMS instance

2018-07-17 Thread Alexander Kolbasov (JIRA)
Alexander Kolbasov created HIVE-20194: - Summary: HiveMetastoreClient should use reflection to instantiate embedded HMS instance Key: HIVE-20194 URL: https://issues.apache.org/jira/browse/HIVE-20194

Re: Change patch naming convention

2018-07-17 Thread Vihang Karajgaonkar
It doesn't matter if you use a dot v/s a dash to separate the patch version with the profile name (same as branch name but its technically different). See https://issues.apache.org/jira/browse/HIVE-18885 as an example where I had submitted both the naming styles and precommit picked it up. Having s

[jira] [Created] (HIVE-20193) cboInfo is not present in the explain plan json

2018-07-17 Thread anishek (JIRA)
anishek created HIVE-20193: -- Summary: cboInfo is not present in the explain plan json Key: HIVE-20193 URL: https://issues.apache.org/jira/browse/HIVE-20193 Project: Hive Issue Type: Bug Co

[jira] [Created] (HIVE-20192) HS2 is leaking JDOPersistenceManager objects.

2018-07-17 Thread Sankar Hariappan (JIRA)
Sankar Hariappan created HIVE-20192: --- Summary: HS2 is leaking JDOPersistenceManager objects. Key: HIVE-20192 URL: https://issues.apache.org/jira/browse/HIVE-20192 Project: Hive Issue Type:

[jira] [Created] (HIVE-20191) PreCommit patch application doesn't fail if patch is empty

2018-07-17 Thread Daniel Voros (JIRA)
Daniel Voros created HIVE-20191: --- Summary: PreCommit patch application doesn't fail if patch is empty Key: HIVE-20191 URL: https://issues.apache.org/jira/browse/HIVE-20191 Project: Hive Issue T

Change patch naming convention

2018-07-17 Thread Zoltan Haindrich
Hello! I've seen a few people running into some problems because the current patch naming convention is a little bit odd: HIVE-[.][-].patch ...so if you would like to submit patch #02 to branch-2: A file named: HIVE-111.02-branch-2 patch should be uploaded (note that there is a mandatory das

Re: Review Request 65174: [HIVE-17896] TopNKey: Create a standalone vectorizable TopNKey operator

2018-07-17 Thread Teddy Choi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65174/ --- (Updated July 17, 2018, 9:16 a.m.) Review request for hive. Changes ---