imply-cheddar commented on code in PR #13564:
URL: https://github.com/apache/druid/pull/13564#discussion_r1051909967
##########
processing/src/main/java/org/apache/druid/query/context/ResponseContext.java:
##########
@@ -334,14 +335,15 @@ public Object mergeValues(Object oldValue, Object
newValue)
*/
public static final Key UNCOVERED_INTERVALS_OVERFLOWED = new BooleanKey(
"uncoveredIntervalsOverflowed",
- true);
+ true
+ );
/**
* Map of most relevant query ID to remaining number of responses from
query nodes.
* The value is initialized in {@code CachingClusteredClient} when it
initializes the connection to the query nodes,
* and is updated whenever they respond (@code DirectDruidClient). {@code
RetryQueryRunner} uses this value to
* check if the {@link #MISSING_SEGMENTS} is valid.
- *
+ * <p>
Review Comment:
That's actually just IntelliJ auto-formatting the file. So, thanks for the
thanks, but I don't get to claim credit ;)
--
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]