asdf2014 commented on a change in pull request #5913: Move Caching Cluster
Client to java streams and allow parallel intermediate merges
URL: https://github.com/apache/incubator-druid/pull/5913#discussion_r201543420
##########
File path: server/src/test/java/io/druid/client/CachingClusteredClientTest.java
##########
@@ -258,42 +262,43 @@
private static final Granularity PT1H_TZ_GRANULARITY = new
PeriodGranularity(new Period("PT1H"), null, TIMEZONE);
private static final String TOP_DIM = "a_dim";
- private static final Supplier<SelectQueryConfig> selectConfigSupplier =
Suppliers.ofInstance(new SelectQueryConfig(true));
+ private static final Supplier<SelectQueryConfig> selectConfigSupplier =
Suppliers.ofInstance(new SelectQueryConfig(
+ true));
Review comment:
Why is it divided into two lines here?
----------------------------------------------------------------
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]