FrankChen021 commented on code in PR #19923:
URL: https://github.com/apache/druid/pull/19923#discussion_r3739910828
##########
indexing-service/src/test/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisorStateManagerTest.java:
##########
@@ -373,9 +373,9 @@ public void testExceptionEventSerde() throws IOException
String serialized = defaultMapper.writeValueAsString(event);
Review Comment:
Addressed in the existing local edit: this now serializes a
SeekableStreamExceptionEvent wrapping a StreamException and parses the JSON
field with Boolean.parseBoolean, so the test verifies the actual
streamException value. No further change is needed.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]