Review Request 65668: HIVE-18721

2018-02-15 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65668/ --- Review request for hive, Gopal V and Jason Dere. Bugs: HIVE-18721

[GitHub] hive pull request #307: HIVE-18720 : Replicate Commit Txn operation (without...

2018-02-15 Thread maheshk114
GitHub user maheshk114 opened a pull request: https://github.com/apache/hive/pull/307 HIVE-18720 : Replicate Commit Txn operation (without writes) Add new EVENT_COMMIT_TXN to log the metadata/data of all tables/partitions modified within the txn. Source warehouse:

[jira] [Created] (HIVE-18721) Bucket Map Join : Handle empty buckets

2018-02-15 Thread Deepak Jaiswal (JIRA)
Deepak Jaiswal created HIVE-18721: - Summary: Bucket Map Join : Handle empty buckets Key: HIVE-18721 URL: https://issues.apache.org/jira/browse/HIVE-18721 Project: Hive Issue Type: Bug

Re: Review Request 65422: HIVE-17626

2018-02-15 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65422/#review197649 --- ql/src/java/org/apache/hadoop/hive/ql/AbstractReExecDriver.java

HIVE-18373 Review Request

2018-02-15 Thread Madhudeep petwal
Hi, I am working on this JIRA . My patch have received +1 from Zoltan Haindrich Please guide me for further steps. Thanks Madhudeep Petwal

Re: Unit Test Failing

2018-02-15 Thread Madhudeep petwal
Hi, My patch have received +1 from Zoltan Haindrich Please guide me for further steps. Thanks On Wed, Feb 7, 2018 at 12:28 PM, Vihang Karajgaonkar wrote: > I took a quick look at the failing tests on

Re: Review Request 65663: HIVE-18710 extend inheritPerms to ACID in Hive 2.X

2018-02-15 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65663/#review197625 --- ql/src/java/org/apache/hadoop/hive/ql/Context.java Lines 366

[jira] [Created] (HIVE-18723) CompactorOutputCommitter.commitJob() - check rename() ret val

2018-02-15 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-18723: - Summary: CompactorOutputCommitter.commitJob() - check rename() ret val Key: HIVE-18723 URL: https://issues.apache.org/jira/browse/HIVE-18723 Project: Hive

[jira] [Created] (HIVE-18722) Vectorization: Adding SUM(HASH(..)) to full query seems to produce flakey results -- need to investiage

2018-02-15 Thread Matt McCline (JIRA)
Matt McCline created HIVE-18722: --- Summary: Vectorization: Adding SUM(HASH(..)) to full query seems to produce flakey results -- need to investiage Key: HIVE-18722 URL:

[jira] [Created] (HIVE-18726) Implement DEFAULT constraint

2018-02-15 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-18726: -- Summary: Implement DEFAULT constraint Key: HIVE-18726 URL: https://issues.apache.org/jira/browse/HIVE-18726 Project: Hive Issue Type: New Feature

[jira] [Created] (HIVE-18724) Improve error handling for subqueries referencing columns(correlated) of it's grand-parent query

2018-02-15 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-18724: -- Summary: Improve error handling for subqueries referencing columns(correlated) of it's grand-parent query Key: HIVE-18724 URL: https://issues.apache.org/jira/browse/HIVE-18724

[jira] [Created] (HIVE-18725) Improve error handling for subqueries if there is wrong column reference

2018-02-15 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-18725: -- Summary: Improve error handling for subqueries if there is wrong column reference Key: HIVE-18725 URL: https://issues.apache.org/jira/browse/HIVE-18725 Project: Hive

[jira] [Created] (HIVE-18727) Update GenericUDFEnforceNotNullConstraint to throw an ERROR instead of Exception on failure

2018-02-15 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-18727: -- Summary: Update GenericUDFEnforceNotNullConstraint to throw an ERROR instead of Exception on failure Key: HIVE-18727 URL: https://issues.apache.org/jira/browse/HIVE-18727

[GitHub] hive pull request #308: HIVE-17990 Add Thrift and DB storage for Schema Regi...

2018-02-15 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/308 HIVE-17990 Add Thrift and DB storage for Schema Registry objects You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17990