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_r285645861
##########
File path:
extensions-core/kafka-indexing-service/src/main/java/org/apache/druid/indexing/kafka/LegacyKafkaIndexTaskRunner.java
##########
@@ -307,8 +307,8 @@ private TaskStatus runInternal(TaskToolbox toolbox) throws
Exception
final SeekableStreamEndSequenceNumbers<Integer, Long>
restoredNextPartitions = toolbox.getObjectMapper().convertValue(
restoredMetadataMap.get(METADATA_NEXT_PARTITIONS),
toolbox.getObjectMapper().getTypeFactory().constructParametrizedType(
Review comment:
Curious how this ever worked. It is assigned to a
`SeekableStreamEndSequenceNumbers`, but Jackson expects a
`SeekableStreamStartSequenceNumbers`.
----------------------------------------------------------------
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]