[jira] [Created] (HIVE-23129) Cast invalid string to date returns incorrect result

2020-04-01 Thread Yuming Wang (Jira)
Yuming Wang created HIVE-23129: -- Summary: Cast invalid string to date returns incorrect result Key: HIVE-23129 URL: https://issues.apache.org/jira/browse/HIVE-23129 Project: Hive Issue Type: Bug

Inconsistent Hive Object Names

2020-04-01 Thread David Mollitor
Hello Gang, I came across an interesting problem and I think the entire community should be mindful of this situation. There needs to be better consistency with handling of Object names (database, tables, column, view, function, etc.). I think it makes sense to standardize on the same rules whic

[jira] [Created] (HIVE-23128) SHOW CREATE TABLE Creates Invalid Syntax When Database Specified

2020-04-01 Thread David Mollitor (Jira)
David Mollitor created HIVE-23128: - Summary: SHOW CREATE TABLE Creates Invalid Syntax When Database Specified Key: HIVE-23128 URL: https://issues.apache.org/jira/browse/HIVE-23128 Project: Hive

[jira] [Created] (HIVE-23127) Replace listPartitionsByExpr with GetPartitionsWithSpecs in Partition pruner

2020-04-01 Thread Vineet Garg (Jira)
Vineet Garg created HIVE-23127: -- Summary: Replace listPartitionsByExpr with GetPartitionsWithSpecs in Partition pruner Key: HIVE-23127 URL: https://issues.apache.org/jira/browse/HIVE-23127 Project: Hive

[jira] [Created] (HIVE-23126) Add TXNS table to sysdb

2020-04-01 Thread Ramesh Kumar Thangarajan (Jira)
Ramesh Kumar Thangarajan created HIVE-23126: --- Summary: Add TXNS table to sysdb Key: HIVE-23126 URL: https://issues.apache.org/jira/browse/HIVE-23126 Project: Hive Issue Type: Task

[jira] [Created] (HIVE-23125) YARN service placement constraints is broken

2020-04-01 Thread Eric Yang (Jira)
Eric Yang created HIVE-23125: Summary: YARN service placement constraints is broken Key: HIVE-23125 URL: https://issues.apache.org/jira/browse/HIVE-23125 Project: Hive Issue Type: Task

Re: Review Request 72301: HIVE-23089

2020-04-01 Thread Krisztian Kasa
> On April 1, 2020, 3:10 p.m., Jesús Camacho Rodríguez wrote: > > Krisztian, could we hold pushing this patch? HIVE-23100 changes the way > > that the expressions are generated in Calcite planner (directly as RexNode > > from the AST) so we cannot rely on method from SemanticAnalyzer + > > Rex

Re: Review Request 72301: HIVE-23089

2020-04-01 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72301/#review220172 --- Krisztian, could we hold pushing this patch? HIVE-23100 changes th

[jira] [Created] (HIVE-23124) Review of SQLOperation

2020-04-01 Thread David Mollitor (Jira)
David Mollitor created HIVE-23124: - Summary: Review of SQLOperation Key: HIVE-23124 URL: https://issues.apache.org/jira/browse/HIVE-23124 Project: Hive Issue Type: Improvement Re

Review Request 72301: HIVE-23089

2020-04-01 Thread Krisztian Kasa
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72301/ --- Review request for hive, Jesús Camacho Rodríguez and Vineet Garg. Bugs: HIVE-23

[jira] [Created] (HIVE-23123) Export/Import of views and materialized views

2020-04-01 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23123: - Summary: Export/Import of views and materialized views Key: HIVE-23123 URL: https://issues.apache.org/jira/browse/HIVE-23123 Project: Hive Issue Type: Bug

Re: Review Request 72283: HIVE-23076 Add batching for openTxn

2020-04-01 Thread Peter Vary via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72283/ --- (Updated ápr. 1, 2020, 1:12 du) Review request for hive, Denys Kuzmenko and Mar

Re: Review Request 72234: HIVE-22785

2020-04-01 Thread Krisztian Kasa
> On March 30, 2020, 3:27 p.m., Jesús Camacho Rodríguez wrote: > > itests/src/test/resources/testconfiguration.properties > > Lines 18 (patched) > > > > > > Instead of adding it here, we should add it directly to

[jira] [Created] (HIVE-23122) LLAP TaskSchedulerService should log details about task eviction decision details

2020-04-01 Thread Jira
László Bodor created HIVE-23122: --- Summary: LLAP TaskSchedulerService should log details about task eviction decision details Key: HIVE-23122 URL: https://issues.apache.org/jira/browse/HIVE-23122 Project

Re: HIVE-21508 and Hive 2.3.7 question

2020-04-01 Thread Mass Dosage
I think, given that we're so close to potentially cutting a 2.3.7 release (see Alan's separate post to the mailing list) that we shouldn't add anything else at this this stage. This could potentially be of interest for a 2.3.8 or 2.4.0 release if the rest of the Hive community agrees. Thanks, Adr

[jira] [Created] (HIVE-23121) Re-examine TestWarehouseExternalDir to see if it uses HMS translation.

2020-04-01 Thread Naveen Gangam (Jira)
Naveen Gangam created HIVE-23121: Summary: Re-examine TestWarehouseExternalDir to see if it uses HMS translation. Key: HIVE-23121 URL: https://issues.apache.org/jira/browse/HIVE-23121 Project: Hive

Re: Review Request 72290: HIVE-23067: Use batch DB calls in TxnHandler for commitTxn and abortTxns

2020-04-01 Thread Marton Bod
> On April 1, 2020, 9:02 a.m., Peter Vary wrote: > > standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java > > Lines 1379 (patched) > > > > > > Will this issue unne

Re: Review Request 72276: HIVE-23084: Implement kill query in multiple HS2 environment

2020-04-01 Thread Peter Varga via Review Board
> On March 30, 2020, 9:38 a.m., Adam Szita wrote: > > itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithServiceDiscovery.java > > Lines 94 (patched) > > > > > > Can be private if not used elsewhere I re

Re: Review Request 72290: HIVE-23067: Use batch DB calls in TxnHandler for commitTxn and abortTxns

2020-04-01 Thread Peter Vary via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72290/#review220167 --- standalone-metastore/metastore-server/src/main/java/org/apache/ha

Re: Review Request 72290: HIVE-23067: Use batch DB calls in TxnHandler for commitTxn and abortTxns

2020-04-01 Thread Marton Bod
> On April 1, 2020, 7:38 a.m., Denys Kuzmenko wrote: > > LGTM, just a few comments. Thanks for the review! > On April 1, 2020, 7:38 a.m., Denys Kuzmenko wrote: > > standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java > > Line 1300 (original),

Re: Review Request 72290: HIVE-23067: Use batch DB calls in TxnHandler for commitTxn and abortTxns

2020-04-01 Thread Denys Kuzmenko via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72290/#review220164 --- LGTM, just a few comments. standalone-metastore/metastore-server

[jira] [Created] (HIVE-23120) TopNKey related tests should be run by TestMiniLlapLocalCliDriver only

2020-04-01 Thread Krisztian Kasa (Jira)
Krisztian Kasa created HIVE-23120: - Summary: TopNKey related tests should be run by TestMiniLlapLocalCliDriver only Key: HIVE-23120 URL: https://issues.apache.org/jira/browse/HIVE-23120 Project: Hive

[jira] [Created] (HIVE-23119) Test sort_acid should be run by TestMiniLlapLocalCliDriver only

2020-04-01 Thread Krisztian Kasa (Jira)
Krisztian Kasa created HIVE-23119: - Summary: Test sort_acid should be run by TestMiniLlapLocalCliDriver only Key: HIVE-23119 URL: https://issues.apache.org/jira/browse/HIVE-23119 Project: Hive

Re: Review Request 72282: HIVE-23101

2020-04-01 Thread Krisztian Kasa
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72282/ --- (Updated April 1, 2020, 7:14 a.m.) Review request for hive, Jesús Camacho Rodrí