You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/12 07:00:13 UTC

[GitHub] [flink] JingsongLi commented on a diff in pull request #20241: [FLINK-28486] Flink FileSystem SQL Connector Doc is not right

JingsongLi commented on code in PR #20241:
URL: https://github.com/apache/flink/pull/20241#discussion_r918614255


##########
docs/content.zh/docs/connectors/table/filesystem.md:
##########
@@ -243,7 +243,7 @@ CREATE TABLE MyUserTableWithFilepath (
 
 **注意:** 对于 bulk formats 数据 (parquet、orc、avro),滚动策略与 checkpoint 间隔(pending 状态的文件会在下个 checkpoint 完成)控制了 part 文件的大小和个数。
 
-**注意:** 对于 row formats 数据 (csv、json),如果想使得分区文件更快在文件系统中可见,可以设置  `sink.rolling-policy.file-size` 或 `sink.rolling-policy.rollover-interval` 属性以及在 flink-conf.yaml 中的 `execution.checkpointing.interval` 属性。
+**注意:** 对于 row formats 数据 (csv、json),如果想使得分区文件更快在文件系统中不可见,可以设置  `sink.rolling-policy.file-size` 或 `sink.rolling-policy.rollover-interval` 属性以及在 flink-conf.yaml 中的 `execution.checkpointing.interval` 属性。

Review Comment:
   Different from the description in JIRA?



-- 
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: issues-unsubscribe@flink.apache.org

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