[ 
https://issues.apache.org/jira/browse/FLINK-10055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16571484#comment-16571484
 ] 

ASF GitHub Bot commented on FLINK-10055:
----------------------------------------

zentol closed pull request #6488: [FLINK-10055] incorrect in-progress file 
suffix in BucketingSink's java doc
URL: https://github.com/apache/flink/pull/6488
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/flink-connectors/flink-connector-filesystem/src/main/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSink.java
 
b/flink-connectors/flink-connector-filesystem/src/main/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSink.java
index 17e5d56298b..d563bcf108e 100644
--- 
a/flink-connectors/flink-connector-filesystem/src/main/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSink.java
+++ 
b/flink-connectors/flink-connector-filesystem/src/main/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSink.java
@@ -1001,7 +1001,7 @@ private void 
handlePendingFilesForPreviousCheckpoints(Map<Long, List<String>> pe
        }
 
        /**
-        * Sets the suffix of in-progress part files. The default is {@code 
"in-progress"}.
+        * Sets the suffix of in-progress part files. The default is {@code 
".in-progress"}.
         */
        public BucketingSink<T> setInProgressSuffix(String inProgressSuffix) {
                this.inProgressSuffix = inProgressSuffix;


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> incorrect in-progress file suffix in BucketingSink's java doc 
> --------------------------------------------------------------
>
>                 Key: FLINK-10055
>                 URL: https://issues.apache.org/jira/browse/FLINK-10055
>             Project: Flink
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 1.5.2, 1.5.3
>            Reporter: Bowen Li
>            Assignee: Bowen Li
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.7.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to