[jira] [Commented] (HIVE-11597) [CBO new return path] Handling of strings of zero-length

2015-08-19 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-11597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14703045#comment-14703045
 ] 

Hive QA commented on HIVE-11597:




{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12751147/HIVE-11597.patch

{color:green}SUCCESS:{color} +1 9370 tests passed

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5009/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5009/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5009/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12751147 - PreCommit-HIVE-TRUNK-Build

 [CBO new return path] Handling of strings of zero-length
 

 Key: HIVE-11597
 URL: https://issues.apache.org/jira/browse/HIVE-11597
 Project: Hive
  Issue Type: Sub-task
  Components: CBO
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Attachments: HIVE-11597.patch


 Exposed by load_dyn_part14.q



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-11597) [CBO new return path] Handling of strings of zero-length

2015-08-19 Thread Jesus Camacho Rodriguez (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-11597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14702596#comment-14702596
 ] 

Jesus Camacho Rodriguez commented on HIVE-11597:


+1 pending QA run

There is a style problem with indentation [~ashutoshc], please correct it in 
the final patch.

Thanks

 [CBO new return path] Handling of strings of zero-length
 

 Key: HIVE-11597
 URL: https://issues.apache.org/jira/browse/HIVE-11597
 Project: Hive
  Issue Type: Sub-task
  Components: CBO
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Attachments: HIVE-11597.patch


 Exposed by load_dyn_part14.q



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-11597) [CBO new return path] Handling of strings of zero-length

2015-08-18 Thread Ashutosh Chauhan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-11597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14702118#comment-14702118
 ] 

Ashutosh Chauhan commented on HIVE-11597:
-

Stack Trace:
{code}
java.lang.RuntimeException: Char length 0 out of allowed range [1, 255]
at 
org.apache.hadoop.hive.serde2.typeinfo.BaseCharUtils.validateCharParameter(BaseCharUtils.java:39)
 ~[hive-serde-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at 
org.apache.hadoop.hive.serde2.typeinfo.CharTypeInfo.init(CharTypeInfo.java:33)
 ~[hive-serde-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at 
org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory.createPrimitiveTypeInfo(TypeInfoFactory.java:146)
 ~[hive-serde-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at 
org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory.getPrimitiveTypeInfo(TypeInfoFactory.java:109)
 ~[hive-serde-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at 
org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory.getCharTypeInfo(TypeInfoFactory.java:165)
 ~[hive-serde-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at 
org.apache.hadoop.hive.ql.optimizer.calcite.translator.TypeConverter.convertPrimitiveType(TypeConverter.java:308)
 ~[hive-exec-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at 
org.apache.hadoop.hive.ql.optimizer.calcite.translator.TypeConverter.convert(TypeConverter.java:243)
 ~[hive-exec-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at 
org.apache.hadoop.hive.ql.optimizer.calcite.translator.ExprNodeConverter.visitInputRef(ExprNodeConverter.java:112)
 ~[hive-exec-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at 
org.apache.hadoop.hive.ql.optimizer.calcite.translator.ExprNodeConverter.visitInputRef(ExprNodeConverter.java:78)
 ~[hive-exec-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at org.apache.calcite.rex.RexInputRef.accept(RexInputRef.java:112) 
~[calcite-core-1.3.0-incubating.jar:1.3.0-incubating]
at 
org.apache.hadoop.hive.ql.optimizer.calcite.translator.ExprNodeConverter.visitCall(ExprNodeConverter.java:130)
 ~[hive-exec-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at 
org.apache.hadoop.hive.ql.optimizer.calcite.translator.ExprNodeConverter.visitCall(ExprNodeConverter.java:78)
 ~[hive-exec-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at org.apache.calcite.rex.RexCall.accept(RexCall.java:107) 
~[calcite-core-1.3.0-incubating.jar:1.3.0-incubating]
at 
org.apache.hadoop.hive.ql.optimizer.calcite.translator.HiveOpConverter.visit(HiveOpConverter.java:282)
 ~[hive-exec-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
{code}

 [CBO new return path] Handling of strings of zero-length
 

 Key: HIVE-11597
 URL: https://issues.apache.org/jira/browse/HIVE-11597
 Project: Hive
  Issue Type: Sub-task
  Components: CBO
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan

 Exposed by load_dyn_part14.q



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)