This is an automated email from the ASF dual-hosted git repository.
jiabaosun pushed a commit to branch release-3.1
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/release-3.1 by this push:
new 5d4e7c03b [hotfix][docs] Correct example configuration for Paimon
warehouse path
5d4e7c03b is described below
commit 5d4e7c03b28a3548aa3685112d38b7f883f2741f
Author: Jiabao Sun <[email protected]>
AuthorDate: Mon May 6 19:20:04 2024 +0800
[hotfix][docs] Correct example configuration for Paimon warehouse path
---
docs/content.zh/docs/connectors/paimon.md | 4 ++--
docs/content/docs/connectors/paimon.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/content.zh/docs/connectors/paimon.md
b/docs/content.zh/docs/connectors/paimon.md
index 26cec4806..8ca1aadd8 100644
--- a/docs/content.zh/docs/connectors/paimon.md
+++ b/docs/content.zh/docs/connectors/paimon.md
@@ -52,8 +52,8 @@ source:
sink:
type: paimon
name: Paimon Sink
- metastore: filesystem
- warehouse: /path/warehouse
+ catalog.properties.metastore: filesystem
+ catalog.properties.warehouse: /path/warehouse
pipeline:
name: MySQL to Paimon Pipeline
diff --git a/docs/content/docs/connectors/paimon.md
b/docs/content/docs/connectors/paimon.md
index f8d030779..ea1e4f507 100644
--- a/docs/content/docs/connectors/paimon.md
+++ b/docs/content/docs/connectors/paimon.md
@@ -52,8 +52,8 @@ source:
sink:
type: paimon
name: Paimon Sink
- metastore: filesystem
- warehouse: /path/warehouse
+ catalog.properties.metastore: filesystem
+ catalog.properties.warehouse: /path/warehouse
pipeline:
name: MySQL to Paimon Pipeline