Review Request 50916: HIVE-14481: Remove the comments from the query

2016-08-08 Thread Ryu Kobayashi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50916/ --- Review request for hive. Repository: hive-git Description --- HIVE-14481

[jira] [Created] (HIVE-14482) Drop table partition is not audit logged in HMS

2016-08-08 Thread Eric Lin (JIRA)
Eric Lin created HIVE-14482: --- Summary: Drop table partition is not audit logged in HMS Key: HIVE-14482 URL: https://issues.apache.org/jira/browse/HIVE-14482 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-14481) Remove the comments from the query

2016-08-08 Thread Ryu Kobayashi (JIRA)
Ryu Kobayashi created HIVE-14481: Summary: Remove the comments from the query Key: HIVE-14481 URL: https://issues.apache.org/jira/browse/HIVE-14481 Project: Hive Issue Type: Bug Com

Re: Review Request 50896: HIVE-14404: Allow delimiterfordsv to use multiple-character delimiters

2016-08-08 Thread Peter Vary
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50896/#review145167 --- Hi Marta, Thanks for the patch, it is nice, and clean. It might b

[jira] [Created] (HIVE-14480) ORC ETLSplitStrategy should use thread pool when computing splits

2016-08-08 Thread Rajesh Balamohan (JIRA)
Rajesh Balamohan created HIVE-14480: --- Summary: ORC ETLSplitStrategy should use thread pool when computing splits Key: HIVE-14480 URL: https://issues.apache.org/jira/browse/HIVE-14480 Project: Hive

Re: Review Request 49766: HIVE-14035 Enable predicate pushdown to delta files created by ACID Transactions

2016-08-08 Thread Saket Saurabh
> On Aug. 4, 2016, 2:29 p.m., Sergey Shelukhin wrote: > > ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcRecordUpdater.java, line 399 > > > > > > rowId is always -1 here. Intended? @Sergey: Thanks for pointing this

Re: Review Request 49766: HIVE-14035 Enable predicate pushdown to delta files created by ACID Transactions

2016-08-08 Thread Saket Saurabh
> On Aug. 4, 2016, 2:29 p.m., Sergey Shelukhin wrote: > > ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java, line 588 > > > > > > this check is not done in the above "if" before adding the statementId > > to "

Re: Review Request 49766: HIVE-14035 Enable predicate pushdown to delta files created by ACID Transactions

2016-08-08 Thread Saket Saurabh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49766/ --- (Updated Aug. 8, 2016, 5:53 p.m.) Review request for hive and Eugene Koifman.

Re: Review Request 50888: Reduce number of partition check calls in add_partitions

2016-08-08 Thread Rajesh Balamohan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50888/ --- (Updated Aug. 9, 2016, 12:22 a.m.) Review request for hive and Ashutosh Chauhan

Re: Review Request 50906: HIVE-14444 Upgrade qtest execution framework to junit4 - migrate most of them

2016-08-08 Thread Peter Vary
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50906/#review145152 --- Hi Zoltan, Thanks for the patch, I can see, that you were working

Unions of Maps

2016-08-08 Thread Matt Burgess
Hello all, I'm using Hive 1.2.1, and let's say I have the following type info (code simplified): typeInfo = TypeInfoUtils.getTypeInfoFromTypeString("uniontype,map>") I can get the appropriate ObjectInspectors: oi = TypeInfoUtils.getStandardWritableObjectInspectorFromTypeInfo(typeInfo) map1oi

[jira] [Created] (HIVE-14479) Add some join tests for acid table

2016-08-08 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-14479: Summary: Add some join tests for acid table Key: HIVE-14479 URL: https://issues.apache.org/jira/browse/HIVE-14479 Project: Hive Issue Type: Bug Components:

Re: Review Request 39768: HIVE-12181

2016-08-08 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39768/ --- (Updated Aug. 8, 2016, 9:49 p.m.) Review request for hive and Jesús Camacho Rod

[jira] [Created] (HIVE-14478) Remove seemingly unused common/src/test/resources/core-site.xml

2016-08-08 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-14478: --- Summary: Remove seemingly unused common/src/test/resources/core-site.xml Key: HIVE-14478 URL: https://issues.apache.org/jira/browse/HIVE-14478 Project: Hive

Review Request 50906: HIVE-14444 Upgrade qtest execution framework to junit4 - migrate most of them

2016-08-08 Thread Zoltan Haindrich
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50906/ --- Review request for hive. Bugs: HIVE-1 https://issues.apache.org/jira/br

Re: Review Request 50888: Reduce number of partition check calls in add_partitions

2016-08-08 Thread Ashutosh Chauhan
> On Aug. 8, 2016, 6:10 p.m., Sergey Shelukhin wrote: > > metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java, > > line 2491 > > > > > > this check is needed, it only checks against the list itse

[jira] [Created] (HIVE-14477) Hive UDF "add archive" does not extract archive (in .zip or .tar.gz formats)

2016-08-08 Thread Dan Zaratsian (JIRA)
Dan Zaratsian created HIVE-14477: Summary: Hive UDF "add archive" does not extract archive (in .zip or .tar.gz formats) Key: HIVE-14477 URL: https://issues.apache.org/jira/browse/HIVE-14477 Project: H

[jira] [Created] (HIVE-14476) Fix logging issue for branch-1

2016-08-08 Thread Tao Li (JIRA)
Tao Li created HIVE-14476: - Summary: Fix logging issue for branch-1 Key: HIVE-14476 URL: https://issues.apache.org/jira/browse/HIVE-14476 Project: Hive Issue Type: Bug Reporter: Tao Li

Review Request 50904: CBO: Return path - Fix for wrong group by plan when map side group by is turned off

2016-08-08 Thread Vineet Garg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50904/ --- Review request for hive and Ashutosh Chauhan. Bugs: HIVE-14442 https://issu

Re: Review Request 50888: Reduce number of partition check calls in add_partitions

2016-08-08 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50888/#review145122 --- metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore

[jira] [Created] (HIVE-14475) data from cloudera CHD 5.3 could not transfer to CHD 5.7

2016-08-08 Thread David (JIRA)
David created HIVE-14475: Summary: data from cloudera CHD 5.3 could not transfer to CHD 5.7 Key: HIVE-14475 URL: https://issues.apache.org/jira/browse/HIVE-14475 Project: Hive Issue Type: Bug

Review Request 50896: HIVE-14404: Allow delimiterfordsv to use multiple-character delimiters

2016-08-08 Thread Marta Kuczora
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50896/ --- Review request for hive, Naveen Gangam, Sergio Pena, Szehon Ho, and Xuefu Zhang.

Permission to edit comments and close my Jira

2016-08-08 Thread Marta Kuczora
Hello, I noticed that I cannot edit my comments on a Hive Jira. I am also not able to resolve my Jiras. I have the HIVE-14387 issue which could be closed, but I am not able to set its status. Could one of the Hive Jira admins please give me permission to edit my comments and close my issues? My u

[jira] [Created] (HIVE-14474) Create datasource in Druid from Hive

2016-08-08 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-14474: -- Summary: Create datasource in Druid from Hive Key: HIVE-14474 URL: https://issues.apache.org/jira/browse/HIVE-14474 Project: Hive Issue T

[jira] [Created] (HIVE-14473) Druid integration II

2016-08-08 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-14473: -- Summary: Druid integration II Key: HIVE-14473 URL: https://issues.apache.org/jira/browse/HIVE-14473 Project: Hive Issue Type: New Feature

[jira] [Created] (HIVE-14471) Read results for Druid GroupBy query

2016-08-08 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-14471: -- Summary: Read results for Druid GroupBy query Key: HIVE-14471 URL: https://issues.apache.org/jira/browse/HIVE-14471 Project: Hive Issue T

[jira] [Created] (HIVE-14472) Read results for Druid Select query

2016-08-08 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-14472: -- Summary: Read results for Druid Select query Key: HIVE-14472 URL: https://issues.apache.org/jira/browse/HIVE-14472 Project: Hive Issue Ty

[jira] [Created] (HIVE-14470) Read results for Druid TopN query

2016-08-08 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-14470: -- Summary: Read results for Druid TopN query Key: HIVE-14470 URL: https://issues.apache.org/jira/browse/HIVE-14470 Project: Hive Issue Type

[jira] [Created] (HIVE-14469) Read results for Druid Timeseries query

2016-08-08 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-14469: -- Summary: Read results for Druid Timeseries query Key: HIVE-14469 URL: https://issues.apache.org/jira/browse/HIVE-14469 Project: Hive Issu

[jira] [Created] (HIVE-14468) Implement Druid query based input format

2016-08-08 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-14468: -- Summary: Implement Druid query based input format Key: HIVE-14468 URL: https://issues.apache.org/jira/browse/HIVE-14468 Project: Hive Iss

[jira] [Created] (HIVE-14466) Extend Calcite capabilities to transform plan into Druid query

2016-08-08 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-14466: -- Summary: Extend Calcite capabilities to transform plan into Druid query Key: HIVE-14466 URL: https://issues.apache.org/jira/browse/HIVE-14466 Proj

[jira] [Created] (HIVE-14467) Translate Druid query back from Calcite plan

2016-08-08 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-14467: -- Summary: Translate Druid query back from Calcite plan Key: HIVE-14467 URL: https://issues.apache.org/jira/browse/HIVE-14467 Project: Hive

[jira] [Created] (HIVE-14465) Recognize scan of Druid table in Calcite optimizer

2016-08-08 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-14465: -- Summary: Recognize scan of Druid table in Calcite optimizer Key: HIVE-14465 URL: https://issues.apache.org/jira/browse/HIVE-14465 Project: Hive

[jira] [Created] (HIVE-14464) Add property for default Druid broker address

2016-08-08 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-14464: -- Summary: Add property for default Druid broker address Key: HIVE-14464 URL: https://issues.apache.org/jira/browse/HIVE-14464 Project: Hive

Review Request 50888: Reduce number of partition check calls in add_partitions

2016-08-08 Thread Rajesh Balamohan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50888/ --- Review request for hive and Ashutosh Chauhan. Bugs: HIVE-14462 https://issu

[jira] [Created] (HIVE-14463) hcatalog server extensions test cases getting stuck

2016-08-08 Thread Rajat Khandelwal (JIRA)
Rajat Khandelwal created HIVE-14463: --- Summary: hcatalog server extensions test cases getting stuck Key: HIVE-14463 URL: https://issues.apache.org/jira/browse/HIVE-14463 Project: Hive Issue