You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/03/22 22:51:00 UTC

[jira] [Commented] (KAFKA-8150) Fix bugs in handling null arrays in generated RPC code

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

ASF GitHub Bot commented on KAFKA-8150:
---------------------------------------

cmccabe commented on pull request #6489: KAFKA-8150: Fix bugs in handling null arrays in generated RPC code
URL: https://github.com/apache/kafka/pull/6489
 
 
   ToString functions must not get a NullPointException.  read() functions
   must properly translate a negative array length to a null field.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Fix bugs in handling null arrays in generated RPC code
> ------------------------------------------------------
>
>                 Key: KAFKA-8150
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8150
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Colin P. McCabe
>            Assignee: Colin P. McCabe
>            Priority: Major
>
> Fix bugs in handling null arrays in generated RPC code.
> toString should not get a NullPointException.
> Also, read() must properly translate a negative array length to a null field.



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