You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/04 08:16:00 UTC

[GitHub] [druid] clintropolis commented on a change in pull request #9307: Get larger batch of input files when using native batch with google cloud

clintropolis commented on a change in pull request #9307: Get larger batch of input files when using native batch with google cloud
URL: https://github.com/apache/druid/pull/9307#discussion_r374525289
 
 

 ##########
 File path: extensions-core/google-extensions/src/test/java/org/apache/druid/data/input/google/GoogleCloudStorageInputSourceTest.java
 ##########
 @@ -66,6 +66,7 @@
 
 public class GoogleCloudStorageInputSourceTest extends InitializedNullHandlingTest
 {
+  private static final long EXPECTED_MAX_LISTING_LENGTH = 1024L;
 
 Review comment:
   nit: this should probably just use `GoogleCloudStorageInputSource.MAX_LISTING_LENGTH` directly in the event it ever changes

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org