[ https://issues.apache.org/jira/browse/KAFKA-9407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17065212#comment-17065212 ]
ASF GitHub Bot commented on KAFKA-9407: --------------------------------------- kkonstantine commented on pull request #7939: KAFKA-9407: Return Immutable List from SchemaSourceTask URL: https://github.com/apache/kafka/pull/7939 ---------------------------------------------------------------- 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 > Return Immutable List from SchemaSourceTask > ------------------------------------------- > > Key: KAFKA-9407 > URL: https://issues.apache.org/jira/browse/KAFKA-9407 > Project: Kafka > Issue Type: Improvement > Components: KafkaConnect, tools > Reporter: David Mollitor > Priority: Minor > > Currently returns an empty {{ArrayList}} or a > {{Collections.singletonList()}}. Make it a bit more symmetrical by only > returning immutable lists (and save a few bytes of memory). -- This message was sent by Atlassian Jira (v8.3.4#803005)