You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "iht (via GitHub)" <gi...@apache.org> on 2023/03/13 17:11:31 UTC

[GitHub] [beam] iht commented on a diff in pull request #25448: Make `withDesiredBundleSizeBytes` methods public

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


##########
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 will be adding this asap, thanks for the tip!



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org