[jira] [Created] (HIVE-11433) NPE for a multiple inner join query

2015-07-31 Thread Xuefu Zhang (JIRA)
Xuefu Zhang created HIVE-11433: -- Summary: NPE for a multiple inner join query Key: HIVE-11433 URL: https://issues.apache.org/jira/browse/HIVE-11433 Project: Hive Issue Type: Bug Compon

HIVE 11413 - Failed Regression test

2015-07-31 Thread Raajay Viswanathan
Hi Everyone, I submitted a patch yesterday for the issue HIVE-11413 . The patch failed one of the regression tests in build #4770. I looked at the logs and found the error is not related to the patch. My change was a simple one liner ( I just st

HIVE 11413 - Failed Regression test

2015-07-31 Thread Raajay
Hi Everyone, I submitted a patch yesterday for the issue HIVE-11413 . The patch failed one of the regression tests in build #4770. I looked at the logs and found the error is not related to the patch. My change was a simple one liner; I just start

Would you review the HIVE-10292?

2015-07-31 Thread HeeSoo Kim
Hi Team, I uploaded the patch for HIVE-10292 long time back. However, no one is reviewing this ticket. Would you review the HIVE-10292? Best Regards, Heesoo

Would you review the HIVE-10838?

2015-07-31 Thread HeeSoo Kim
Hi Team, I uploaded the patch for HIVE-10838. However, no one is reviewing this ticket. Would you review the ticket? Best Regards, Heesoo

[jira] [Created] (HIVE-11432) Hive macro give same result for different arguments

2015-07-31 Thread Jay Pandya (JIRA)
Jay Pandya created HIVE-11432: - Summary: Hive macro give same result for different arguments Key: HIVE-11432 URL: https://issues.apache.org/jira/browse/HIVE-11432 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-11431) Vectorization: select * Left Semi Join projections NPE

2015-07-31 Thread Gopal V (JIRA)
Gopal V created HIVE-11431: -- Summary: Vectorization: select * Left Semi Join projections NPE Key: HIVE-11431 URL: https://issues.apache.org/jira/browse/HIVE-11431 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-11430) Followup HIVE-10166: investigate and fix the two test failures

2015-07-31 Thread Xuefu Zhang (JIRA)
Xuefu Zhang created HIVE-11430: -- Summary: Followup HIVE-10166: investigate and fix the two test failures Key: HIVE-11430 URL: https://issues.apache.org/jira/browse/HIVE-11430 Project: Hive Issu

[jira] [Created] (HIVE-11429) Increase default JDBC result set fetch size (# rows it fetches in one RPC call) to 1000 from 50

2015-07-31 Thread Vaibhav Gumashta (JIRA)
Vaibhav Gumashta created HIVE-11429: --- Summary: Increase default JDBC result set fetch size (# rows it fetches in one RPC call) to 1000 from 50 Key: HIVE-11429 URL: https://issues.apache.org/jira/browse/HIVE-1142

[jira] [Created] (HIVE-11428) Performance: Struct IN() clauses are extremely slow (~10x slower)

2015-07-31 Thread Gopal V (JIRA)
Gopal V created HIVE-11428: -- Summary: Performance: Struct IN() clauses are extremely slow (~10x slower) Key: HIVE-11428 URL: https://issues.apache.org/jira/browse/HIVE-11428 Project: Hive Issue Ty

[jira] [Created] (HIVE-11427) Location of temporary table for CREATE TABLE SELECT broken by HIVE-7079

2015-07-31 Thread Grisha Trubetskoy (JIRA)
Grisha Trubetskoy created HIVE-11427: Summary: Location of temporary table for CREATE TABLE SELECT broken by HIVE-7079 Key: HIVE-11427 URL: https://issues.apache.org/jira/browse/HIVE-11427 Projec

[jira] [Created] (HIVE-11426) lineage3.q fails with -Phadoop-1

2015-07-31 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HIVE-11426: -- Summary: lineage3.q fails with -Phadoop-1 Key: HIVE-11426 URL: https://issues.apache.org/jira/browse/HIVE-11426 Project: Hive Issue Type: Bug Component

[jira] [Created] (HIVE-11425) submitting a query via CLI against a running cluster fails with ClassNotFoundException: org.apache.hadoop.hive.common.type.HiveDecimal

2015-07-31 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-11425: - Summary: submitting a query via CLI against a running cluster fails with ClassNotFoundException: org.apache.hadoop.hive.common.type.HiveDecimal Key: HIVE-11425 URL: https://iss

Hive-0.14 - Build # 1029 - Still Failing

2015-07-31 Thread Apache Jenkins Server
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 Changes for Build #1016 Changes for Build #1017 Changes for Build #1018 Changes for Build #1019

Re: Review Request 36942: HIVE-11401: Predicate push down does not work with Parquet when partitions are in the expression

2015-07-31 Thread Sergio Pena
> On July 30, 2015, 9:59 p.m., Aihua Xu wrote: > > Thanks for your comments Aihua. Unfortunatly I did not see this feedback after I committed the patch. The good thing is that your test case works correctly. I will add more tests later for predicate push down, so I will make sure to add this t

Re: Review Request 36942: HIVE-11401: Predicate push down does not work with Parquet when partitions are in the expression

2015-07-31 Thread Sergio Pena
> On July 31, 2015, 5:35 a.m., cheng xu wrote: > > Looks good to me. Just one minor question. > > cheng xu wrote: > Also I am wondering why this search argument works fine for ORC. ORC ignores the partitioned columns later in the code. But Parquet does not, and it fails. > On July 31, 20

[jira] [Created] (HIVE-11424) Improve HivePreFilteringRule performance

2015-07-31 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-11424: -- Summary: Improve HivePreFilteringRule performance Key: HIVE-11424 URL: https://issues.apache.org/jira/browse/HIVE-11424 Project: Hive Iss

Build failed in Jenkins: HIVE-TRUNK-JAVA8 #96

2015-07-31 Thread hiveqa
See Changes: [xzhang] HIVE-11288: Avro SerDe InstanceCache returns incorrect schema (Greg via Xuefu) [omalley] HIVE-10799. Refactor the SearchArgumentFactory to remove the AST-specific factory. (omalle

Re: Review Request 36942: HIVE-11401: Predicate push down does not work with Parquet when partitions are in the expression

2015-07-31 Thread Dong Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36942/#review93711 --- Looks good to me. - Dong Chen On July 30, 2015, 9:22 p.m., Sergio