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

2019-03-25 Thread ASF GitHub Bot (JIRA)


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

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
 
 
   
 

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:
us...@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)


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

2019-03-22 Thread ASF GitHub Bot (JIRA)


[ 
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:
us...@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)