jihoonson commented on a change in pull request #5980: Various changes about
druid-services module
URL: https://github.com/apache/incubator-druid/pull/5980#discussion_r201150466
##########
File path: processing/src/main/java/io/druid/segment/IndexMergerV9.java
##########
@@ -776,7 +777,7 @@ public File persist(
log.info("Starting persist for interval[%s], rows[%,d]", dataInterval,
index.size());
return merge(
- Arrays.<IndexableAdapter>asList(
+ Collections.<IndexableAdapter>singletonList(
Review comment:
Can be `Collections.singletonList`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]