iht commented on code in PR #25448:
URL: https://github.com/apache/beam/pull/25448#discussion_r1141150202
##########
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:
I have added Javadoc strings to all the methods that are now public.
--
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]