Fokko commented on a change in pull request #7701: Bump Jackson to 2.9.9
URL: https://github.com/apache/incubator-druid/pull/7701#discussion_r285646031
##########
File path:
extensions-core/kafka-indexing-service/src/test/java/org/apache/druid/indexing/kafka/KafkaIOConfigTest.java
##########
@@ -51,7 +50,7 @@
public KafkaIOConfigTest()
{
mapper = new DefaultObjectMapper();
- mapper.registerModules((Iterable<Module>) new
KafkaIndexTaskModule().getJacksonModules());
+ mapper.registerModules(new KafkaIndexTaskModule().getJacksonModules());
Review comment:
Unnecessary cast
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]