TSFenwick commented on code in PR #13670:
URL: https://github.com/apache/druid/pull/13670#discussion_r1089585137
##########
processing/src/test/java/org/apache/druid/segment/incremental/ParseExceptionHandlerTest.java:
##########
@@ -49,7 +50,8 @@ public void testMetricWhenAllConfigurationsAreTurnedOff()
rowIngestionMeters,
false,
Integer.MAX_VALUE,
- 0
+ 0,
+ null
Review Comment:
change nulls to a noop parse exception handler if possible
--
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]