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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to