[jira] [Created] (HIVE-15666) Select query with view adds base table partition as direct input in spark engine

2017-01-19 Thread Niklaus Xiao (JIRA)
Niklaus Xiao created HIVE-15666: --- Summary: Select query with view adds base table partition as direct input in spark engine Key: HIVE-15666 URL: https://issues.apache.org/jira/browse/HIVE-15666

Review Request 55731: HIVE-15653: Some ALTER TABLE commands drop table stats

2017-01-19 Thread Chaoyu Tang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55731/ --- Review request for hive and pengcheng xiong. Bugs: HIVE-15653

Re: Review Request 55731: HIVE-15653: Some ALTER TABLE commands drop table stats

2017-01-19 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55731/#review162357 --- ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java (line

Re: Review Request 55553: HIVE-15544 Support for scalar subqueries in filter (WHERE/HAVING)

2017-01-19 Thread Vineet Garg
> On Jan. 19, 2017, 7:53 a.m., Ashutosh Chauhan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRelDecorrelator.java, > > line 234 > > > > > > Any reason for disabling this rule? For

Re: Review Request 55553: HIVE-15544 Support for scalar subqueries in filter (WHERE/HAVING)

2017-01-19 Thread Vineet Garg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3/ --- (Updated Jan. 19, 2017, 11:58 p.m.) Review request for hive, Ashutosh Chauhan

[jira] [Created] (HIVE-15669) LLAP: Improve aging in shortest job first scheduler

2017-01-19 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-15669: Summary: LLAP: Improve aging in shortest job first scheduler Key: HIVE-15669 URL: https://issues.apache.org/jira/browse/HIVE-15669 Project: Hive

[jira] [Created] (HIVE-15670) column_stats_accurate may not fit in PARTITION_PARAMS.VALUE

2017-01-19 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-15670: --- Summary: column_stats_accurate may not fit in PARTITION_PARAMS.VALUE Key: HIVE-15670 URL: https://issues.apache.org/jira/browse/HIVE-15670 Project: Hive

[jira] [Created] (HIVE-15671) RPCServer.registerClient() erroneously uses server/client handshake timeout for connection timeout

2017-01-19 Thread Xuefu Zhang (JIRA)
Xuefu Zhang created HIVE-15671: -- Summary: RPCServer.registerClient() erroneously uses server/client handshake timeout for connection timeout Key: HIVE-15671 URL: https://issues.apache.org/jira/browse/HIVE-15671

[jira] [Created] (HIVE-15672) LLAP text cache: improve first query perf II

2017-01-19 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-15672: --- Summary: LLAP text cache: improve first query perf II Key: HIVE-15672 URL: https://issues.apache.org/jira/browse/HIVE-15672 Project: Hive Issue Type:

Review Request 55746: HIVE-15664 LLAP text cache: improve first query perf I

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

[jira] [Created] (HIVE-15668) change REPL DUMP syntax to use "LIMIT" instead of "BATCH" keyword

2017-01-19 Thread Sushanth Sowmyan (JIRA)
Sushanth Sowmyan created HIVE-15668: --- Summary: change REPL DUMP syntax to use "LIMIT" instead of "BATCH" keyword Key: HIVE-15668 URL: https://issues.apache.org/jira/browse/HIVE-15668 Project: Hive

[jira] [Created] (HIVE-15673) Allow multiple queries with disjunction

2017-01-19 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-15673: -- Summary: Allow multiple queries with disjunction Key: HIVE-15673 URL: https://issues.apache.org/jira/browse/HIVE-15673 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-15674) Add more setOp tests to HivePerfCliDriver

2017-01-19 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-15674: -- Summary: Add more setOp tests to HivePerfCliDriver Key: HIVE-15674 URL: https://issues.apache.org/jira/browse/HIVE-15674 Project: Hive Issue Type:

Review Request 55723: HIVE-15667: TestBlobstoreCliDriver tests are failing due to output differences

2017-01-19 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55723/ --- Review request for hive and Thomas Poepping. Bugs: HIVE-15667

[jira] [Created] (HIVE-15667) hive-blobstore tests are failing due to output differences

2017-01-19 Thread JIRA
Sergio Peña created HIVE-15667: -- Summary: hive-blobstore tests are failing due to output differences Key: HIVE-15667 URL: https://issues.apache.org/jira/browse/HIVE-15667 Project: Hive Issue

Re: Review Request 55156: Min-max runtime filtering

2017-01-19 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55156/#review162321 --- ql/src/test/queries/clientpositive/dynamic_semijoin_reduction.q

[jira] [Created] (HIVE-15677) Remove semijoin optimization if the tables involved have PK-FK relationship

2017-01-19 Thread Deepak Jaiswal (JIRA)
Deepak Jaiswal created HIVE-15677: - Summary: Remove semijoin optimization if the tables involved have PK-FK relationship Key: HIVE-15677 URL: https://issues.apache.org/jira/browse/HIVE-15677 Project:

[jira] [Created] (HIVE-15676) Remove Bloom Filters from semi join reduction if it is too big.

2017-01-19 Thread Deepak Jaiswal (JIRA)
Deepak Jaiswal created HIVE-15676: - Summary: Remove Bloom Filters from semi join reduction if it is too big. Key: HIVE-15676 URL: https://issues.apache.org/jira/browse/HIVE-15676 Project: Hive

[jira] [Created] (HIVE-15675) ql.hooks.TestQueryHooks failure

2017-01-19 Thread Jun He (JIRA)
Jun He created HIVE-15675: - Summary: ql.hooks.TestQueryHooks failure Key: HIVE-15675 URL: https://issues.apache.org/jira/browse/HIVE-15675 Project: Hive Issue Type: Bug Components: Tests