kailashhd commented on a change in pull request #8469: [FLINK-12539][Connectors 
/ FileSystem] StreamingFileSink: Make the class customizable
URL: https://github.com/apache/flink/pull/8469#discussion_r284923096
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/filesystem/StreamingFileSink.java
 ##########
 @@ -170,7 +170,7 @@ private StreamingFileSink(
        /**
         * The base abstract class for the {@link RowFormatBuilder} and {@link 
BulkFormatBuilder}.
         */
-       private abstract static class BucketsBuilder<IN, BucketID> implements 
Serializable {
+       public abstract static class BucketsBuilder<IN, BucketID> implements 
Serializable {
 
 Review comment:
   Yes. protected is better. Apologies.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to