rhauch commented on pull request #8663: URL: https://github.com/apache/kafka/pull/8663#issuecomment-632857353
Build failure: ``` 12:46:00 /home/jenkins/jenkins-slave/workspace/kafka-pr-jdk8-scala2.12/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/SinkConnectorConfig.java:141: warning: [unchecked] unchecked cast 12:46:00 List<String> topics = (List<String>) ConfigDef.parseType(TOPICS_CONFIG, props.get(TOPICS_CONFIG), Type.LIST); 12:46:00 ^ 12:46:00 required: List<String> 12:46:00 found: Object ``` ---------------------------------------------------------------- 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