Re: Review Request 68897: Allow merge statement to have column schema

2018-10-04 Thread Miklos Gergely
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68897/ --- (Updated Oct. 4, 2018, 3:26 p.m.) Review request for hive and Ashutosh

[jira] [Created] (HIVE-20691) Fix org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[cttl]

2018-10-04 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-20691: -- Summary: Fix org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[cttl] Key: HIVE-20691 URL: https://issues.apache.org/jira/browse/HIVE-20691

Re: Review Request 68834: HIVE-20556

2018-10-04 Thread Eugene Koifman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68834/#review209243 --- Ship it! Ship It! - Eugene Koifman On Sept. 24, 2018, 8:04

Error running checkstyle:checkstyle goal

2018-10-04 Thread Ashutosh Bapat
Hi, I am trying to run "mvn checkstyle:checkstyle" to catch checkstyle errors before submitting a patch. But while running that command I get an error [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:checkstyle (default-cli) on project

Re: Review Request 68917: HIVE-20651: JdbcStorageHandler password should be encrypted

2018-10-04 Thread Daniel Dai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68917/ --- (Updated Oct. 5, 2018, 5:24 a.m.) Review request for hive and Sankar

[jira] [Created] (HIVE-20690) Order by in sequential subqueries with swapped columns in select gives wrong key type

2018-10-04 Thread Sergey Kuznetsov (JIRA)
Sergey Kuznetsov created HIVE-20690: --- Summary: Order by in sequential subqueries with swapped columns in select gives wrong key type Key: HIVE-20690 URL: https://issues.apache.org/jira/browse/HIVE-20690

[jira] [Created] (HIVE-20689) Simplifying using predicates should consider not equals in case its a predicate

2018-10-04 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-20689: --- Summary: Simplifying using predicates should consider not equals in case its a predicate Key: HIVE-20689 URL: https://issues.apache.org/jira/browse/HIVE-20689

Incorrect Release Notes for Hive-2.3.3

2018-10-04 Thread Oleksiy S
Current release notes for Hive-2.3.3 are: RNs Release Notes - Hive - Version 2.3.3 ** Bug * [HIVE-16939] - metastore error: 'export: -Dproc_metastore : not a valid identifier' * [HIVE-18767] - Some

[GitHub] hive pull request #444: HIVE-20685 XmlOutputFormat does not escape all requi...

2018-10-04 Thread kochunstvo
GitHub user kochunstvo opened a pull request: https://github.com/apache/hive/pull/444 HIVE-20685 XmlOutputFormat does not escape all required symbols in case of attribte/text Change escaping to apache's StringEscapingUtil which works as written at