kfaraz commented on code in PR #18786:
URL: https://github.com/apache/druid/pull/18786#discussion_r2581351388
##########
services/src/test/java/org/apache/druid/testing/embedded/EmbeddedClusterApis.java:
##########
@@ -435,7 +435,12 @@ public static String newTaskId(String dataSource)
public static Map<String, Object> deserializeJsonToMap(String payload)
{
try {
- return TestHelper.JSON_MAPPER.readValue(payload, new TypeReference<>()
{});
+ return TestHelper.JSON_MAPPER.readValue(
+ payload,
+ new TypeReference<>()
+ {
+ }
+ );
Review Comment:
Nit: extra change? Please revert this if not intentional.
--
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]