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

Hive QA commented on HIVE-20481:
--------------------------------



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

{color:green}SUCCESS:{color} +1 due to 6 test(s) being added or modified.

{color:green}SUCCESS:{color} +1 due to 14928 tests passed

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/13606/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/13606/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-13606/

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

This message is automatically generated.

ATTACHMENT ID: 12938508 - PreCommit-HIVE-Build

> Add the Kafka Key record as part of the row.
> --------------------------------------------
>
>                 Key: HIVE-20481
>                 URL: https://issues.apache.org/jira/browse/HIVE-20481
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: slim bouguerra
>            Assignee: slim bouguerra
>            Priority: Major
>             Fix For: 4.0.0
>
>         Attachments: HIVE-20481.patch
>
>
> Kafka records are keyed, most of the case this key is null or used to route 
> records to the same partition. This patch adds this column as a binary column 
> {code} __key{code}.
> New table layout is as follow
> {code}
> POSTHOOK: type: CREATETABLE
> POSTHOOK: Output: database:default
> POSTHOOK: Output: default@wiki_kafka_avro_table
> PREHOOK: query: describe extended wiki_kafka_avro_table
> PREHOOK: type: DESCTABLE
> PREHOOK: Input: default@wiki_kafka_avro_table
> POSTHOOK: query: describe extended wiki_kafka_avro_table
> POSTHOOK: type: DESCTABLE
> POSTHOOK: Input: default@wiki_kafka_avro_table
> isrobot               boolean                 from deserializer   
> channel               string                  from deserializer   
> timestamp             string                  from deserializer   
> flags                 string                  from deserializer   
> isunpatrolled         boolean                 from deserializer   
> page                  string                  from deserializer   
> diffurl               string                  from deserializer   
> added                 bigint                  from deserializer   
> comment               string                  from deserializer   
> commentlength         bigint                  from deserializer   
> isnew                 boolean                 from deserializer   
> isminor               boolean                 from deserializer   
> delta                 bigint                  from deserializer   
> isanonymous           boolean                 from deserializer   
> user                  string                  from deserializer   
> deltabucket           double                  from deserializer   
> deleted               bigint                  from deserializer   
> namespace             string                  from deserializer   
> __key                 binary                  from deserializer   
> __partition           int                     from deserializer   
> __offset              bigint                  from deserializer   
> __timestamp           bigint                  from deserializer   
> __start_offset        bigint                  from deserializer   
> __end_offset          bigint                  from deserializer  
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to