[jira] [Created] (HIVE-12894) Detect whether ORC is reading from ACID table correctly for Schema Evolution

2016-01-19 Thread Matt McCline (JIRA)
Matt McCline created HIVE-12894: --- Summary: Detect whether ORC is reading from ACID table correctly for Schema Evolution Key: HIVE-12894 URL: https://issues.apache.org/jira/browse/HIVE-12894 Project: Hiv

[jira] [Created] (HIVE-12893) Sorted dynamic partition does not work if subset of partition columns are constant folded

2016-01-19 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-12893: Summary: Sorted dynamic partition does not work if subset of partition columns are constant folded Key: HIVE-12893 URL: https://issues.apache.org/jira/browse/HIVE-

[jira] [Created] (HIVE-12892) Add change versioning to permanent functions in metastore

2016-01-19 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-12892: --- Summary: Add change versioning to permanent functions in metastore Key: HIVE-12892 URL: https://issues.apache.org/jira/browse/HIVE-12892 Project: Hive

[jira] [Created] (HIVE-12891) Hive fails when java.io.tmpdir is set to a relative location

2016-01-19 Thread Reuben Kuhnert (JIRA)
Reuben Kuhnert created HIVE-12891: - Summary: Hive fails when java.io.tmpdir is set to a relative location Key: HIVE-12891 URL: https://issues.apache.org/jira/browse/HIVE-12891 Project: Hive

Re: Review Request 42329: HIVE-12220 LLAP: Usability issues with hive.llap.io.cache.orc.size

2016-01-19 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42329/#review115255 --- Ship it! Ship It! - Prasanth_J On Jan. 14, 2016, 11:29 p.m., Se

Re: Review Request 42521: HIVE-12867 : Semantic Exception Error Msg should be with in the range of "10000 to 19999"

2016-01-19 Thread Hari Sankar Sivarama Subramaniyan
> On Jan. 19, 2016, 9:16 p.m., John Pullokkaran wrote: > > ql/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java, line 445 > > > > > > May be change this to "Semantic error" > > Also why do we need a generic error

Re: Review Request 42521: HIVE-12867 : Semantic Exception Error Msg should be with in the range of "10000 to 19999"

2016-01-19 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42521/#review115235 --- ql/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java (line 445)

Review Request 42521: HIVE-12867 : Semantic Exception Error Msg should be with in the range of "10000 to 19999"

2016-01-19 Thread Hari Sankar Sivarama Subramaniyan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42521/ --- Review request for hive and John Pullokkaran. Repository: hive-git Descriptio

Re: Review Request 42359: HIVE-12805: CBO: Calcite Operator To Hive Operator (Calcite Return Path): MiniTezCliDriver skewjoin.q failure

2016-01-19 Thread Hari Sankar Sivarama Subramaniyan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42359/ --- (Updated Jan. 19, 2016, 9 p.m.) Review request for hive, Ashutosh Chauhan, Jesú

Re: Review Request 42482: HIVE-12855 LLAP UDF whitelist check

2016-01-19 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42482/ --- (Updated Jan. 19, 2016, 8:48 p.m.) Review request for hive, Ashutosh Chauhan an

[jira] [Created] (HIVE-12890) Disable multi-statment transaction control statements until HIVE-11078

2016-01-19 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-12890: - Summary: Disable multi-statment transaction control statements until HIVE-11078 Key: HIVE-12890 URL: https://issues.apache.org/jira/browse/HIVE-12890 Project: Hive

Review Request 42508: HIVE-12889: Support COUNT(DISTINCT) for partitioning query.

2016-01-19 Thread Aihua Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42508/ --- Review request for hive, Chaoyu Tang, Szehon Ho, and Xuefu Zhang. Repository: h

[jira] [Created] (HIVE-12889) Support COUNT(DISTINCT) for partitioning qurery.

2016-01-19 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-12889: --- Summary: Support COUNT(DISTINCT) for partitioning qurery. Key: HIVE-12889 URL: https://issues.apache.org/jira/browse/HIVE-12889 Project: Hive Issue Type: Sub-task

Re: Review Request 42190: HIVE-12478

2016-01-19 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42190/ --- (Updated Jan. 19, 2016, 2:07 p.m.) Review request for hive and John Pullokkaran

[jira] [Created] (HIVE-12888) TestSparkNegativeCliDriver does not run in Spark mode[Spark Branch]

2016-01-19 Thread Chengxiang Li (JIRA)
Chengxiang Li created HIVE-12888: Summary: TestSparkNegativeCliDriver does not run in Spark mode[Spark Branch] Key: HIVE-12888 URL: https://issues.apache.org/jira/browse/HIVE-12888 Project: Hive

Group by and FROM_UNIXTIME function

2016-01-19 Thread PICQUENOT Samuel (i-BP - CGI)
Hello, Firstly, the FROM_UNIXTIME function's date pattern is case sensitive : * FROM_UNIXTIME(1451308548, '-MM') --> 2015-12 * FROM_UNIXTIME(1451308548, '-MM') --> 2016-12 (because is not a valid date pattern and 2016 is the current year) Consider the following que