Review Request 36877: CBO: Calcite Operator To Hive Operator (Calcite Return Path) : fix reduce_deduplicate optimization

2015-07-27 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36877/ --- Review request for hive, Gunther Hagleitner and Jesús Camacho Rodríguez.

[jira] [Created] (HIVE-11376) CombineHiveInputFormat is falling back to HiveInputFormat in case codecs are found for one of the input files

2015-07-27 Thread Rajat Khandelwal (JIRA)
Rajat Khandelwal created HIVE-11376: --- Summary: CombineHiveInputFormat is falling back to HiveInputFormat in case codecs are found for one of the input files Key: HIVE-11376 URL:

[jira] [Created] (HIVE-11378) Remove hadoop-1 support from master branch

2015-07-27 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11378: - Summary: Remove hadoop-1 support from master branch Key: HIVE-11378 URL: https://issues.apache.org/jira/browse/HIVE-11378 Project: Hive Issue Type: Task

[jira] [Created] (HIVE-11380) NPE when FileSinkOperator is not inialized

2015-07-27 Thread Yongzhi Chen (JIRA)
Yongzhi Chen created HIVE-11380: --- Summary: NPE when FileSinkOperator is not inialized Key: HIVE-11380 URL: https://issues.apache.org/jira/browse/HIVE-11380 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-11379) Bump Tephra version to 0.6.0

2015-07-27 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11379: - Summary: Bump Tephra version to 0.6.0 Key: HIVE-11379 URL: https://issues.apache.org/jira/browse/HIVE-11379 Project: Hive Issue Type: Task Components:

[jira] [Created] (HIVE-11377) currrent_timestamp in ISO-SQL is a timezone bearing type but Hive uses timezoneless types

2015-07-27 Thread N Campbell (JIRA)
N Campbell created HIVE-11377: - Summary: currrent_timestamp in ISO-SQL is a timezone bearing type but Hive uses timezoneless types Key: HIVE-11377 URL: https://issues.apache.org/jira/browse/HIVE-11377

[jira] [Created] (HIVE-11381) QTest combine2_hadoop20.q fails when using -Phadoop-1 profile due to HIVE-11139

2015-07-27 Thread JIRA
Sergio Peña created HIVE-11381: -- Summary: QTest combine2_hadoop20.q fails when using -Phadoop-1 profile due to HIVE-11139 Key: HIVE-11381 URL: https://issues.apache.org/jira/browse/HIVE-11381 Project:

Hive-0.14 - Build # 1025 - Still Failing

2015-07-27 Thread Apache Jenkins Server
Changes for Build #1004 Changes for Build #1005 Changes for Build #1006 Changes for Build #1007 Changes for Build #1008 Changes for Build #1009 Changes for Build #1010 Changes for Build #1011 Changes for Build #1012 Changes for Build #1013 Changes for Build #1014 Changes for Build #1015

[jira] [Created] (HIVE-11382) Invalidate aggregate column stats on alter partition

2015-07-27 Thread Thejas M Nair (JIRA)
Thejas M Nair created HIVE-11382: Summary: Invalidate aggregate column stats on alter partition Key: HIVE-11382 URL: https://issues.apache.org/jira/browse/HIVE-11382 Project: Hive Issue

[jira] [Created] (HIVE-11383) Upgrade Hive to Calcite 1.4

2015-07-27 Thread Julian Hyde (JIRA)
Julian Hyde created HIVE-11383: -- Summary: Upgrade Hive to Calcite 1.4 Key: HIVE-11383 URL: https://issues.apache.org/jira/browse/HIVE-11383 Project: Hive Issue Type: Bug Reporter:

[jira] [Created] (HIVE-11386) Improve Vectorized GROUP BY Performance (Phase 1)

2015-07-27 Thread Matt McCline (JIRA)
Matt McCline created HIVE-11386: --- Summary: Improve Vectorized GROUP BY Performance (Phase 1) Key: HIVE-11386 URL: https://issues.apache.org/jira/browse/HIVE-11386 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-11384) Add Test case which cover both HIVE-11271 and HIVE-11333

2015-07-27 Thread Yongzhi Chen (JIRA)
Yongzhi Chen created HIVE-11384: --- Summary: Add Test case which cover both HIVE-11271 and HIVE-11333 Key: HIVE-11384 URL: https://issues.apache.org/jira/browse/HIVE-11384 Project: Hive Issue

[jira] [Created] (HIVE-11385) LLAP: clean up ORC dependencies - move encoded reader path into a cloned ReaderImpl

2015-07-27 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-11385: --- Summary: LLAP: clean up ORC dependencies - move encoded reader path into a cloned ReaderImpl Key: HIVE-11385 URL: https://issues.apache.org/jira/browse/HIVE-11385

[jira] [Created] (HIVE-11388) there should only be 1 Initiator for compactions per Hive installation

2015-07-27 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-11388: - Summary: there should only be 1 Initiator for compactions per Hive installation Key: HIVE-11388 URL: https://issues.apache.org/jira/browse/HIVE-11388 Project: Hive

[jira] [Created] (HIVE-11387) CBO: Calcite Operator To Hive Operator (Calcite Return Path) : fix reduce_deduplicate optimization

2015-07-27 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-11387: -- Summary: CBO: Calcite Operator To Hive Operator (Calcite Return Path) : fix reduce_deduplicate optimization Key: HIVE-11387 URL:

Re: Issue while working with Date

2015-07-27 Thread Jason Dere
Hi Santlal, While DateWritable uses daysSinceEpoch for its internal representation, I don't think there is a way to set a Date value in SQL using the days value. A more typical way to set a value would be something like insert into data values (date '2015-07-27') I suppose you could create

Re: Review Request 35902: HIVE-11103 Add banker's rounding BROUND UDF

2015-07-27 Thread Alexander Pivovarov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35902/ --- (Updated July 27, 2015, 6:12 a.m.) Review request for hive and Jason Dere.

Re: Review Request 35902: HIVE-11103 Add banker's rounding BROUND UDF

2015-07-27 Thread Alexander Pivovarov
On July 2, 2015, 9:10 p.m., Jason Dere wrote: ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/MathExpr.java, line 38 https://reviews.apache.org/r/35902/diff/1/?file=992839#file992839line38 Can you add a JUnit test somewhere to test that the behavior of

Issue while working with Date

2015-07-27 Thread Santlal J Gupta
Hi, I am beginner with working in hive. I have one issue. I have seen the source code of hive_master. In that source code there is one class named Date_Writable. In this class there is get and set method. One of set method tatking int as argument. public DateWritable(int d) { set(d);

[jira] [Created] (HIVE-11375) Broken processing of queries containing NOT (x IS NOT NULL and x 0)

2015-07-27 Thread Mariusz Sakowski (JIRA)
Mariusz Sakowski created HIVE-11375: --- Summary: Broken processing of queries containing NOT (x IS NOT NULL and x 0) Key: HIVE-11375 URL: https://issues.apache.org/jira/browse/HIVE-11375 Project: