[ 
https://issues.apache.org/jira/browse/HIVE-9620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347770#comment-14347770
 ] 

Hive QA commented on HIVE-9620:
-------------------------------



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

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

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

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

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: 12702468 - PreCommit-HIVE-TRUNK-Build

> Cannot retrieve column statistics using HMS API if column name contains 
> uppercase characters 
> ---------------------------------------------------------------------------------------------
>
>                 Key: HIVE-9620
>                 URL: https://issues.apache.org/jira/browse/HIVE-9620
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore, Statistics
>    Affects Versions: 0.13.1
>            Reporter: Juan Yu
>            Assignee: Chaoyu Tang
>         Attachments: HIVE-9620.1.patch, HIVE-9620.patch
>
>
> The issue only happens on avro table,
> {code}
> CREATE TABLE t2_avro (
> columnNumber1 int,
> columnNumber2 string )
> PARTITIONED BY (p1 string)
> ROW FORMAT SERDE 
>   'org.apache.hadoop.hive.serde2.avro.AvroSerDe' 
> STORED AS INPUTFORMAT 
>   'org.apache.hadoop.hive.ql.io.avro.AvroContainerInputFormat' 
> OUTPUTFORMAT 
>   'org.apache.hadoop.hive.ql.io.avro.AvroContainerOutputFormat'
> TBLPROPERTIES(
> 'avro.schema.literal'='{
> "namespace": "testing.hive.avro.serde",
> "name": "test",
> "type": "record",
> "fields": [
> { "name":"columnNumber1", "type":"int" },
> { "name":"columnNumber2", "type":"string" }
> ]}');
> {code}
> I don't have latest hive so I am not sure if this is already fixed in trunk.



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

Reply via email to