[
https://issues.apache.org/jira/browse/FLINK-22588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17340702#comment-17340702
]
forideal commented on FLINK-22588:
----------------------------------
Hi [~chesnay] Thank you very much for your reply!I see this is particularly
like configuration, which can easily lead to misunderstanding by users.
Inside ddl
{code:java}
CREATE TABLE fs_table (
user_id STRING,
order_amount DOUBLE,
dt STRING,
`hour` STRING
) PARTITIONED BY (dt, `hour`) WITH (
'connector'='filesystem',
'path'='...',
'format'='parquet',
'sink.partition-commit.delay'='1 h',
'sink.partition-commit.policy.kind'='success-file'
);
{code}
In another part of the same document
{code:java}
‘sink.partition-commit.trigger’=‘process-time’ (Default value)
‘sink.partition-commit.delay’=‘1h’
{code}
It feels that there are some inconsistencies, which can easily lead to errors.
Thank you very much.
> There is a configuration description error in the document
> ----------------------------------------------------------
>
> Key: FLINK-22588
> URL: https://issues.apache.org/jira/browse/FLINK-22588
> Project: Flink
> Issue Type: Bug
> Affects Versions: 1.13.0
> Reporter: forideal
> Priority: Minor
>
> origin:
> ‘sink.partition-commit.delay’=‘1h’
> correct:
> ‘sink.partition-commit.delay’=‘1 h’
> [One space missing here]
> https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/connectors/table/filesystem/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)