Abacn commented on code in PR #25448:
URL: https://github.com/apache/beam/pull/25448#discussion_r1105030806


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/io/AvroIO.java:
##########
@@ -806,9 +806,8 @@ abstract Builder<T> setFileExceptionHandler(
 
       abstract ReadFiles<T> build();
     }
-
-    @VisibleForTesting
-    ReadFiles<T> withDesiredBundleSizeBytes(long desiredBundleSizeBytes) {
+    

Review Comment:
   Thanks, seems it is now exposed to user, would you mind adding a brief 
javadoc? e.g. information in your PR description addressing when this may be 
useful.



-- 
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]

Reply via email to