Re: Review Request 67263: HIVE-19602

2018-05-22 Thread Bharathkrishna Guruvayoor Murali via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67263/#review203640 ---

Review Request 67263: HIVE-19602

2018-05-22 Thread Bharathkrishna Guruvayoor Murali via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67263/ --- Review request for hive, Sahil Takiar and Vihang Karajgaonkar. Bugs:

[jira] [Created] (HIVE-19670) Correlated subquery in select produces result instead of throwing an error

2018-05-22 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-19670: -- Summary: Correlated subquery in select produces result instead of throwing an error Key: HIVE-19670 URL: https://issues.apache.org/jira/browse/HIVE-19670 Project: Hive

[GitHub] hive pull request #353: HIVE-18685

2018-05-22 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/353 HIVE-18685 You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive18973 Alternatively you can review and apply these changes as

[jira] [Created] (HIVE-19669) Upgrade ORC to 1.5.1

2018-05-22 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19669: -- Summary: Upgrade ORC to 1.5.1 Key: HIVE-19669 URL: https://issues.apache.org/jira/browse/HIVE-19669 Project: Hive Issue Type:

[jira] [Created] (HIVE-19668) 11.8% of the heap wasted due to duplicate org.antlr.runtime.CommonToken's

2018-05-22 Thread Misha Dmitriev (JIRA)
Misha Dmitriev created HIVE-19668: - Summary: 11.8% of the heap wasted due to duplicate org.antlr.runtime.CommonToken's Key: HIVE-19668 URL: https://issues.apache.org/jira/browse/HIVE-19668 Project:

[jira] [Created] (HIVE-19667) Remove distribution management tag from pom.xml

2018-05-22 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-19667: -- Summary: Remove distribution management tag from pom.xml Key: HIVE-19667 URL: https://issues.apache.org/jira/browse/HIVE-19667 Project: Hive Issue Type: Task

[jira] [Created] (HIVE-19666) SQL standard auth for create fn may make an impossible privilege check

2018-05-22 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-19666: --- Summary: SQL standard auth for create fn may make an impossible privilege check Key: HIVE-19666 URL: https://issues.apache.org/jira/browse/HIVE-19666 Project:

Re: Review Request 67023: HIVE-18117: Add a new Test Driver "TestErasureCodingHDFSCliDriver" that can be used to run tests over hdfs directories that employ Erasure Coding.

2018-05-22 Thread Andrew Sherman via Review Board
> On May 10, 2018, noon, Sahil Takiar wrote: > > testutils/ptest2/conf/deployed/master-mr2.properties > > Line 75 (original), 75 (patched) > > > > > > have you manually deployed these changes to the ptest server?

[jira] [Created] (HIVE-19665) Update version to 3.0.1-SNAPSHOT in branch-3.0

2018-05-22 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-19665: -- Summary: Update version to 3.0.1-SNAPSHOT in branch-3.0 Key: HIVE-19665 URL: https://issues.apache.org/jira/browse/HIVE-19665 Project: Hive Issue Type: Task

[jira] [Created] (HIVE-19664) LLAP reader changes for decimal 64

2018-05-22 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-19664: Summary: LLAP reader changes for decimal 64 Key: HIVE-19664 URL: https://issues.apache.org/jira/browse/HIVE-19664 Project: Hive Issue Type:

[jira] [Created] (HIVE-19663) refactor LLAP IO report generation

2018-05-22 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-19663: --- Summary: refactor LLAP IO report generation Key: HIVE-19663 URL: https://issues.apache.org/jira/browse/HIVE-19663 Project: Hive Issue Type: Bug

Re: Release branch updates

2018-05-22 Thread Vineet Garg
Hello, master has been updated with 4.0.0-SNAPSHOT version and all jiras with fix version 3.1.0 which were pushed in master but not branch-3 has been updated with fix version as 4.0.0. Here is the branch along with hive version they are tracking: master —> 4.0.0 branch-3 —> 3.1.0 branch-3.0 —>

Review Request 67250: HIVE-17317 - Make Dbcp configurable using hive properties in hive-site.xml

2018-05-22 Thread Antal Sinkovits via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67250/ --- Review request for hive and Peter Vary. Bugs: HIVE-17317

[jira] [Created] (HIVE-19662) Upgrade Avro to 1.8.2

2018-05-22 Thread Janaki Lahorani (JIRA)
Janaki Lahorani created HIVE-19662: -- Summary: Upgrade Avro to 1.8.2 Key: HIVE-19662 URL: https://issues.apache.org/jira/browse/HIVE-19662 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-19661) switch Hive to use Google regex engine

2018-05-22 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-19661: --- Summary: switch Hive to use Google regex engine Key: HIVE-19661 URL: https://issues.apache.org/jira/browse/HIVE-19661 Project: Hive Issue Type: Bug

Re: Release branch updates

2018-05-22 Thread Vineet Garg
Hi Sahil, We have done releases like 2.3 and 2.4 off branch-2 instead of master in past. The idea is to keep master for all major features (e.g. removing support for MR) and keep 3.1 for only minor features plus bug fixes. Vineet > On May 22, 2018, at 1:11 PM, Sahil Takiar

Re: Question on branches

2018-05-22 Thread Vineet Garg
I was about to send an update regarding this. branch-3 will be used to release Hive 3.1. branch-3.0 will be used to release Hive 3.0.1. I am working on updating the version numbering in all of the branches. So in your case HIVE-19531 should go in master, branch-3 and branch-3.0. Vineet. > On

Re: Release branch updates

2018-05-22 Thread Sahil Takiar
Is there a reason we want to only release 3.x on branch-3? I don't think this is what we did for the 2.1.0 and 2.2.0 releases. Given that most of the changes in Hive go into master, why would we want to upgrade it to 4.0 given that we just released 3.0? On Wed, May 16, 2018 at 1:03 PM, Vineet

[jira] [Created] (HIVE-19660) update branch-3 to be version 3.1 and fix storage-api mismatch

2018-05-22 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-19660: --- Summary: update branch-3 to be version 3.1 and fix storage-api mismatch Key: HIVE-19660 URL: https://issues.apache.org/jira/browse/HIVE-19660 Project: Hive

[jira] [Created] (HIVE-19659) update master to version 4.0

2018-05-22 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-19659: --- Summary: update master to version 4.0 Key: HIVE-19659 URL: https://issues.apache.org/jira/browse/HIVE-19659 Project: Hive Issue Type: Bug

Question on branches

2018-05-22 Thread Alan Gates
I have a series of patches that fix bugs in the recently released 3.0, e.g. HIVE-19531. I would like these to go out in Hive 3.0.1, assuming we create such a release at some point. Which branch(es) should I put the patch on in addition to master? Or to put the question another way, what

[jira] [Created] (HIVE-19658) Update Hive to use ORC 1.4.4

2018-05-22 Thread Dongjoon Hyun (JIRA)
Dongjoon Hyun created HIVE-19658: Summary: Update Hive to use ORC 1.4.4 Key: HIVE-19658 URL: https://issues.apache.org/jira/browse/HIVE-19658 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19657) Enable TestCliDriver#sample2 and TestCliDriver#sample4

2018-05-22 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19657: -- Summary: Enable TestCliDriver#sample2 and TestCliDriver#sample4 Key: HIVE-19657 URL: https://issues.apache.org/jira/browse/HIVE-19657 Project:

Review Request 67249: HIVE-19460: Improve stats estimations for NOT IN operator

2018-05-22 Thread Zoltan Haindrich
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67249/ --- Review request for hive and Ashutosh Chauhan. Bugs: HIVE-19460

[jira] [Created] (HIVE-19656) Upgrade Hive to PARQUET 1.10.0

2018-05-22 Thread Marta Kuczora (JIRA)
Marta Kuczora created HIVE-19656: Summary: Upgrade Hive to PARQUET 1.10.0 Key: HIVE-19656 URL: https://issues.apache.org/jira/browse/HIVE-19656 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-19655) Mask stats for TestMiniLlapLocalCliDriver#smb_mapjoin_15

2018-05-22 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19655: -- Summary: Mask stats for TestMiniLlapLocalCliDriver#smb_mapjoin_15 Key: HIVE-19655 URL: https://issues.apache.org/jira/browse/HIVE-19655 Project:

[jira] [Created] (HIVE-19654) Change tmp staging mapred directory for TestBlobstoreCliDriver

2018-05-22 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19654: -- Summary: Change tmp staging mapred directory for TestBlobstoreCliDriver Key: HIVE-19654 URL: https://issues.apache.org/jira/browse/HIVE-19654

[jira] [Created] (HIVE-19653) Incorrect predicate pushdown for groupby with grouping sets

2018-05-22 Thread Zhang Li (JIRA)
Zhang Li created HIVE-19653: --- Summary: Incorrect predicate pushdown for groupby with grouping sets Key: HIVE-19653 URL: https://issues.apache.org/jira/browse/HIVE-19653 Project: Hive Issue Type:

[jira] [Created] (HIVE-19652) Incorrect predicate pushdown for groupby with grouping sets

2018-05-22 Thread Zhang Li (JIRA)
Zhang Li created HIVE-19652: --- Summary: Incorrect predicate pushdown for groupby with grouping sets Key: HIVE-19652 URL: https://issues.apache.org/jira/browse/HIVE-19652 Project: Hive Issue Type:

[jira] [Created] (HIVE-19651) only add arrow dependency once

2018-05-22 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19651: --- Summary: only add arrow dependency once Key: HIVE-19651 URL: https://issues.apache.org/jira/browse/HIVE-19651 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19650) Hive query fails with ArrayIndexOutOfBoundsException with multi-insert query when execution engine is MapReduce

2018-05-22 Thread Aditya Pant (JIRA)
Aditya Pant created HIVE-19650: -- Summary: Hive query fails with ArrayIndexOutOfBoundsException with multi-insert query when execution engine is MapReduce Key: HIVE-19650 URL:

[jira] [Created] (HIVE-19649) Clean up inputs in JDBC PreparedStatement. Add unit tests.

2018-05-22 Thread Mykhailo Kysliuk (JIRA)
Mykhailo Kysliuk created HIVE-19649: --- Summary: Clean up inputs in JDBC PreparedStatement. Add unit tests. Key: HIVE-19649 URL: https://issues.apache.org/jira/browse/HIVE-19649 Project: Hive

[jira] [Created] (HIVE-19648) Multiple left outer join in single HQL query is giving wrong result .

2018-05-22 Thread aditya (JIRA)
aditya created HIVE-19648: - Summary: Multiple left outer join in single HQL query is giving wrong result . Key: HIVE-19648 URL: https://issues.apache.org/jira/browse/HIVE-19648 Project: Hive Issue

[jira] [Created] (HIVE-19647) use bitvectors in IN operators

2018-05-22 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19647: --- Summary: use bitvectors in IN operators Key: HIVE-19647 URL: https://issues.apache.org/jira/browse/HIVE-19647 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-19646) Filesystem closed error in HiveProtoLoggingHook

2018-05-22 Thread Harish Jaiprakash (JIRA)
Harish Jaiprakash created HIVE-19646: Summary: Filesystem closed error in HiveProtoLoggingHook Key: HIVE-19646 URL: https://issues.apache.org/jira/browse/HIVE-19646 Project: Hive Issue

Review Request 67245: HIVE-19633: Remove/Migrate Minimr tests

2018-05-22 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67245/ --- Review request for hive, Jesús Camacho Rodríguez and Sergey Shelukhin. Bugs:

[jira] [Created] (HIVE-19645) Console info/error messages should be accessible by clients using hive server as well

2018-05-22 Thread Amruth S (JIRA)
Amruth S created HIVE-19645: --- Summary: Console info/error messages should be accessible by clients using hive server as well Key: HIVE-19645 URL: https://issues.apache.org/jira/browse/HIVE-19645 Project: