clintropolis commented on code in PR #14262:
URL: https://github.com/apache/druid/pull/14262#discussion_r1191768627
##########
processing/src/test/java/org/apache/druid/segment/TestHelper.java:
##########
@@ -484,6 +484,17 @@ public static Map<String, Object> makeMap(boolean
explicitNulls, Object... vals)
return theVals;
}
+ public static Map<String, Object> makeMapWithExplicitNull(Object... vals)
Review Comment:
for some reason the test was complaining at me about ambiguous method when
trying to use ```makeMap(boolean explicitNulls, Object... vals)```, despite
other places using it, so i added this version
--
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]