eskabetxe commented on a change in pull request #9533: [FLINK-13850]
[Connectors / FileSystem] Refactor part file configuration into a single method
URL: https://github.com/apache/flink/pull/9533#discussion_r317592755
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/filesystem/PartFileConfig.java
##########
@@ -34,19 +34,34 @@
private final String partSuffix;
+ /**
+ * Initiates the {@code PartFileConfig} with default values [{@value
DEFAULT_PART_PREFIX}, {@value DEFAULT_PART_SUFFIX}].
+ */
PartFileConfig() {
Review comment:
created a builder and make public the constructor
----------------------------------------------------------------
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