jihoonson commented on a change in pull request #9274: Refactoring some codes
around ingestion
URL: https://github.com/apache/druid/pull/9274#discussion_r376632641
##########
File path:
core/src/test/java/org/apache/druid/timeline/partition/PartitionBoundariesTest.java
##########
@@ -75,8 +76,23 @@ public void handlesRepeatedValue()
}
@Test
- public void serializesDeserializes()
+ public void serializesDeserializes() throws JsonProcessingException
{
- TestHelper.testSerializesDeserializes(TestHelper.JSON_MAPPER, target);
+ final ObjectMapper objectMapper = new ObjectMapper();
Review comment:
`TestHelper` is in `druid-processing` while this class is in `druid-core`.
----------------------------------------------------------------
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]