Re: Review Request 58585: HIVE-16441

2017-04-20 Thread Jason Dere
> On April 20, 2017, 9:39 p.m., Jason Dere wrote: > > ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java > > Line 829 (original) > > > > > > Just a nit, but why was removeSemiJoin removed? Seems like we

Re: Review Request 58516: HIVE-16213 : ObjectStore can leak Queries when rollbackTransaction throws an exception

2017-04-20 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58516/#review172556 --- Ship it! It looks good. - Sergio Pena On April 18, 2017,

[GitHub] hive pull request #170: HIVE-16488: Support replicating into existing db if ...

2017-04-20 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/170 HIVE-16488: Support replicating into existing db if the db is empty Support REPL LOAD on empty Db (DB with no tables/functions) You can merge this pull request into a Git repository by running:

Re: Review Request 58585: HIVE-16441

2017-04-20 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58585/#review172548 --- ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java

Re: Review Request 58516: HIVE-16213 : ObjectStore can leak Queries when rollbackTransaction throws an exception

2017-04-20 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58516/ --- (Updated April 20, 2017, 10:01 p.m.) Review request for hive, Alexander

[jira] [Created] (HIVE-16494) udaf percentile_approx() may fail on CBO

2017-04-20 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-16494: --- Summary: udaf percentile_approx() may fail on CBO Key: HIVE-16494 URL: https://issues.apache.org/jira/browse/HIVE-16494 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-16490) Hive should not use private HDFS APIs for encryption

2017-04-20 Thread Andrew Wang (JIRA)
Andrew Wang created HIVE-16490: -- Summary: Hive should not use private HDFS APIs for encryption Key: HIVE-16490 URL: https://issues.apache.org/jira/browse/HIVE-16490 Project: Hive Issue Type:

Review Request 58601: HIVE-16233 llap: Query failed with AllocatorOutOfMemoryException

2017-04-20 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58601/ --- Review request for hive, Gopal V and Prasanth_J. Repository: hive-git

[jira] [Created] (HIVE-16491) CBO cant handle join involving complex types in on condition

2017-04-20 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-16491: --- Summary: CBO cant handle join involving complex types in on condition Key: HIVE-16491 URL: https://issues.apache.org/jira/browse/HIVE-16491 Project: Hive

[jira] [Created] (HIVE-16492) Create view doesn't work with Calcite Return path

2017-04-20 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-16492: --- Summary: Create view doesn't work with Calcite Return path Key: HIVE-16492 URL: https://issues.apache.org/jira/browse/HIVE-16492 Project: Hive Issue

Re: Review Request 58601: HIVE-16233 llap: Query failed with AllocatorOutOfMemoryException

2017-04-20 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58601/#review172577 ---

[jira] [Created] (HIVE-16493) Skip column stats when colStats is empty

2017-04-20 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-16493: -- Summary: Skip column stats when colStats is empty Key: HIVE-16493 URL: https://issues.apache.org/jira/browse/HIVE-16493 Project: Hive Issue Type:

[jira] [Created] (HIVE-16489) HMS wastes 26.4% of memory due to dup strings in metastore.api.Partition.parameters

2017-04-20 Thread Misha Dmitriev (JIRA)
Misha Dmitriev created HIVE-16489: - Summary: HMS wastes 26.4% of memory due to dup strings in metastore.api.Partition.parameters Key: HIVE-16489 URL: https://issues.apache.org/jira/browse/HIVE-16489

Re: Review Request 58601: HIVE-16233 llap: Query failed with AllocatorOutOfMemoryException

2017-04-20 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58601/#review172578 ---

[jira] [Created] (HIVE-16495) ColumnStats merge should consider the accuracy of the current stats

2017-04-20 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-16495: -- Summary: ColumnStats merge should consider the accuracy of the current stats Key: HIVE-16495 URL: https://issues.apache.org/jira/browse/HIVE-16495 Project: Hive

[jira] [Created] (HIVE-16486) schema changes for partitioned tables (RESTRICT, not CASCADE) other than adding columns at the end of a table, return wrong results

2017-04-20 Thread Dudu Markovitz (JIRA)
Dudu Markovitz created HIVE-16486: - Summary: schema changes for partitioned tables (RESTRICT, not CASCADE) other than adding columns at the end of a table, return wrong results Key: HIVE-16486 URL:

[jira] [Created] (HIVE-16487) Serious Zookeeper exception is logged when a race condition happens

2017-04-20 Thread Peter Vary (JIRA)
Peter Vary created HIVE-16487: - Summary: Serious Zookeeper exception is logged when a race condition happens Key: HIVE-16487 URL: https://issues.apache.org/jira/browse/HIVE-16487 Project: Hive

[jira] [Created] (HIVE-16488) Support replicating into existing db if the db is empty

2017-04-20 Thread Sankar Hariappan (JIRA)
Sankar Hariappan created HIVE-16488: --- Summary: Support replicating into existing db if the db is empty Key: HIVE-16488 URL: https://issues.apache.org/jira/browse/HIVE-16488 Project: Hive

Re: Review Request 58456: Query cancel: improve the way to handle files

2017-04-20 Thread Yongzhi Chen
> On April 19, 2017, 5:50 p.m., Chaoyu Tang wrote: > > ql/src/java/org/apache/hadoop/hive/ql/io/CombineHiveInputFormat.java > > Lines 46 (patched) > > > > > > To be honest, I am not very comfortable to import the

Re: Review Request 58501: HIVE-16469: Parquet timestamp table property is not always taken into account

2017-04-20 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58501/ --- (Updated April 20, 2017, 2:11 p.m.) Review request for hive, Sergio Pena and

Review Request 58585: HIVE-16441

2017-04-20 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58585/ --- Review request for hive, Jason Dere and Prasanth_J. Bugs: HIVE-16441