This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch release-1.0
in repository https://gitbox.apache.org/repos/asf/paimon.git

commit 6513f1eaf6ca78ba430dab6f0d056350714c52cb
Author: yangjf2019 <[email protected]>
AuthorDate: Thu Jan 23 14:20:17 2025 +0800

    [hotfix] [docs] Fix cdc doc url and some typos (#4968)
---
 docs/content/cdc-ingestion/kafka-cdc.md                      | 4 ++--
 docs/content/cdc-ingestion/mongo-cdc.md                      | 4 ++--
 docs/content/cdc-ingestion/postgres-cdc.md                   | 2 +-
 docs/content/cdc-ingestion/pulsar-cdc.md                     | 4 ++--
 docs/layouts/shortcodes/generated/kafka_sync_database.html   | 2 +-
 docs/layouts/shortcodes/generated/kafka_sync_table.html      | 2 +-
 docs/layouts/shortcodes/generated/mongodb_sync_database.html | 2 +-
 docs/layouts/shortcodes/generated/mysql_sync_database.html   | 6 +++---
 docs/layouts/shortcodes/generated/mysql_sync_table.html      | 4 ++--
 docs/layouts/shortcodes/generated/postgres_sync_table.html   | 2 +-
 docs/layouts/shortcodes/generated/pulsar_sync_database.html  | 2 +-
 docs/layouts/shortcodes/generated/pulsar_sync_table.html     | 2 +-
 paimon-format/src/main/java/org/apache/orc/OrcConf.java      | 2 +-
 13 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/docs/content/cdc-ingestion/kafka-cdc.md 
b/docs/content/cdc-ingestion/kafka-cdc.md
index fc16c5b0fc..557a72de73 100644
--- a/docs/content/cdc-ingestion/kafka-cdc.md
+++ b/docs/content/cdc-ingestion/kafka-cdc.md
@@ -91,7 +91,7 @@ To use this feature through `flink run`, run the following 
shell command.
 ```bash
 <FLINK_HOME>/bin/flink run \
     /path/to/paimon-flink-action-{{< version >}}.jar \
-    kafka_sync_table
+    kafka_sync_table \
     --warehouse <warehouse-path> \
     --database <database-name> \
     --table <table-name> \
@@ -195,7 +195,7 @@ To use this feature through `flink run`, run the following 
shell command.
 ```bash
 <FLINK_HOME>/bin/flink run \
     /path/to/paimon-flink-action-{{< version >}}.jar \
-    kafka_sync_database
+    kafka_sync_database \
     --warehouse <warehouse-path> \
     --database <database-name> \
     [--table_mapping <table-name>=<paimon-table-name>] \
diff --git a/docs/content/cdc-ingestion/mongo-cdc.md 
b/docs/content/cdc-ingestion/mongo-cdc.md
index bde2ad534f..489da48a4d 100644
--- a/docs/content/cdc-ingestion/mongo-cdc.md
+++ b/docs/content/cdc-ingestion/mongo-cdc.md
@@ -42,7 +42,7 @@ To use this feature through `flink run`, run the following 
shell command.
 ```bash
 <FLINK_HOME>/bin/flink run \
     /path/to/paimon-flink-action-{{< version >}}.jar \
-    mongodb_sync_table
+    mongodb_sync_table \
     --warehouse <warehouse-path> \
     --database <database-name> \
     --table <table-name> \
@@ -187,7 +187,7 @@ To use this feature through `flink run`, run the following 
shell command.
 ```bash
 <FLINK_HOME>/bin/flink run \
     /path/to/paimon-flink-action-{{< version >}}.jar \
-    mongodb_sync_database
+    mongodb_sync_database \
     --warehouse <warehouse-path> \
     --database <database-name> \
     [--table_prefix <paimon-table-prefix>] \
diff --git a/docs/content/cdc-ingestion/postgres-cdc.md 
b/docs/content/cdc-ingestion/postgres-cdc.md
index e3143aedb5..c1715c2411 100644
--- a/docs/content/cdc-ingestion/postgres-cdc.md
+++ b/docs/content/cdc-ingestion/postgres-cdc.md
@@ -43,7 +43,7 @@ To use this feature through `flink run`, run the following 
shell command.
 ```bash
 <FLINK_HOME>/bin/flink run \
     /path/to/paimon-flink-action-{{< version >}}.jar \
-    postgres_sync_table
+    postgres_sync_table \
     --warehouse <warehouse_path> \
     --database <database_name> \
     --table <table_name> \
diff --git a/docs/content/cdc-ingestion/pulsar-cdc.md 
b/docs/content/cdc-ingestion/pulsar-cdc.md
index aa29cf3c3e..2ac1e7466d 100644
--- a/docs/content/cdc-ingestion/pulsar-cdc.md
+++ b/docs/content/cdc-ingestion/pulsar-cdc.md
@@ -85,7 +85,7 @@ To use this feature through `flink run`, run the following 
shell command.
 ```bash
 <FLINK_HOME>/bin/flink run \
     /path/to/paimon-flink-action-{{< version >}}.jar \
-    pulsar_sync_table
+    pulsar_sync_table \
     --warehouse <warehouse-path> \
     --database <database-name> \
     --table <table-name> \
@@ -190,7 +190,7 @@ To use this feature through `flink run`, run the following 
shell command.
 ```bash
 <FLINK_HOME>/bin/flink run \
     /path/to/paimon-flink-action-{{< version >}}.jar \
-    pulsar_sync_database
+    pulsar_sync_database \
     --warehouse <warehouse-path> \
     --database <database-name> \
     [--table_prefix <paimon-table-prefix>] \
diff --git a/docs/layouts/shortcodes/generated/kafka_sync_database.html 
b/docs/layouts/shortcodes/generated/kafka_sync_database.html
index 9f0b817e66..5b4024e30c 100644
--- a/docs/layouts/shortcodes/generated/kafka_sync_database.html
+++ b/docs/layouts/shortcodes/generated/kafka_sync_database.html
@@ -115,7 +115,7 @@ under the License.
     </tr>
     <tr>
         <td><h5>--catalog_conf</h5></td>
-        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref }}">here</a> for a 
complete list of catalog configurations.</td>
+        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref 
}}#catalogoptions">here</a> for a complete list of catalog configurations.</td>
     </tr>
     <tr>
         <td><h5>--table_conf</h5></td>
diff --git a/docs/layouts/shortcodes/generated/kafka_sync_table.html 
b/docs/layouts/shortcodes/generated/kafka_sync_table.html
index 765aade203..122e5eb121 100644
--- a/docs/layouts/shortcodes/generated/kafka_sync_table.html
+++ b/docs/layouts/shortcodes/generated/kafka_sync_table.html
@@ -71,7 +71,7 @@ under the License.
     </tr>
     <tr>
         <td><h5>--catalog_conf</h5></td>
-        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref }}">here</a> for a 
complete list of catalog configurations.</td>
+        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref 
}}#catalogoptions">here</a> for a complete list of catalog configurations.</td>
     </tr>
     <tr>
         <td><h5>--table_conf</h5></td>
diff --git a/docs/layouts/shortcodes/generated/mongodb_sync_database.html 
b/docs/layouts/shortcodes/generated/mongodb_sync_database.html
index 0d290e2829..0649b52f7a 100644
--- a/docs/layouts/shortcodes/generated/mongodb_sync_database.html
+++ b/docs/layouts/shortcodes/generated/mongodb_sync_database.html
@@ -66,7 +66,7 @@ under the License.
     </tr>
     <tr>
         <td><h5>--catalog_conf</h5></td>
-        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref }}">here</a> for a 
complete list of catalog configurations.</td>
+        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref 
}}#catalogoptions">here</a> for a complete list of catalog configurations.</td>
     </tr>
     <tr>
         <td><h5>--table_conf</h5></td>
diff --git a/docs/layouts/shortcodes/generated/mysql_sync_database.html 
b/docs/layouts/shortcodes/generated/mysql_sync_database.html
index 0cf7360d86..a181a52747 100644
--- a/docs/layouts/shortcodes/generated/mysql_sync_database.html
+++ b/docs/layouts/shortcodes/generated/mysql_sync_database.html
@@ -72,7 +72,7 @@ under the License.
                 <ul>
                     <li>"tinyint1-not-bool": maps MySQL TINYINT(1) to TINYINT 
instead of BOOLEAN.</li>
                     <li>"to-nullable": ignores all NOT NULL constraints 
(except for primary keys).
-                        This is used to solve the problem that Flink cannot 
accept the MySQL 'ALTER TABLE ADD COLUMN column type NOT NULL DEFAULT x' 
operation.
+                        This is used to solve the problem that Flink cannot 
accept the MySQL 'ALTER TABLE ADD COLUMN type NOT NULL DEFAULT x' operation.
                     </li>
                     <li>"to-string": maps all MySQL types to STRING.</li>
                     <li>"char-to-string": maps MySQL 
CHAR(length)/VARCHAR(length) types to STRING.</li>
@@ -94,11 +94,11 @@ under the License.
     </tr>
     <tr>
         <td><h5>--mysql_conf</h5></td>
-        <td>The configuration for Flink CDC MySQL sources. Each configuration 
should be specified in the format "key=value". hostname, username, password, 
database-name and table-name are required configurations, others are optional. 
See its <a 
href="https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/mysql-cdc/#connector-options";>document</a>
 for a complete list of configurations.</td>
+        <td>The configuration for Flink CDC MySQL sources. Each configuration 
should be specified in the format "key=value". hostname, username, password, 
database-name and table-name are required configurations, others are optional. 
See its <a 
href="https://nightlies.apache.org/flink/flink-cdc-docs-master/docs/connectors/flink-sources/mysql-cdc/#connector-options";>document</a>
 for a complete list of configurations.</td>
     </tr>
     <tr>
         <td><h5>--catalog_conf</h5></td>
-        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref }}">here</a> for a 
complete list of catalog configurations.</td>
+        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref 
}}#catalogoptions">here</a> for a complete list of catalog configurations.</td>
     </tr>
     <tr>
         <td><h5>--table_conf</h5></td>
diff --git a/docs/layouts/shortcodes/generated/mysql_sync_table.html 
b/docs/layouts/shortcodes/generated/mysql_sync_table.html
index d62d3efe4f..d66541ac64 100644
--- a/docs/layouts/shortcodes/generated/mysql_sync_table.html
+++ b/docs/layouts/shortcodes/generated/mysql_sync_table.html
@@ -52,7 +52,7 @@ under the License.
             <ul>
                 <li>"tinyint1-not-bool": maps MySQL TINYINT(1) to TINYINT 
instead of BOOLEAN.</li>
                 <li>"to-nullable": ignores all NOT NULL constraints (except 
for primary keys).
-                    This is used to solve the problem that Flink cannot accept 
the MySQL 'ALTER TABLE ADD COLUMN column type NOT NULL DEFAULT x' operation.
+                    This is used to solve the problem that Flink cannot accept 
the MySQL 'ALTER TABLE ADD COLUMN type NOT NULL DEFAULT x' operation.
                 </li>
                 <li>"to-string": maps all MySQL types to STRING.</li>
                 <li>"char-to-string": maps MySQL CHAR(length)/VARCHAR(length) 
types to STRING.</li>
@@ -75,7 +75,7 @@ under the License.
     </tr>
     <tr>
         <td><h5>--catalog_conf</h5></td>
-        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref }}">here</a> for a 
complete list of catalog configurations.</td>
+        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref 
}}#catalogoptions">here</a> for a complete list of catalog configurations.</td>
     </tr>
     <tr>
         <td><h5>--table_conf</h5></td>
diff --git a/docs/layouts/shortcodes/generated/postgres_sync_table.html 
b/docs/layouts/shortcodes/generated/postgres_sync_table.html
index ff2e93ce21..6bc2cb7b2c 100644
--- a/docs/layouts/shortcodes/generated/postgres_sync_table.html
+++ b/docs/layouts/shortcodes/generated/postgres_sync_table.html
@@ -68,7 +68,7 @@ under the License.
     </tr>
     <tr>
         <td><h5>--catalog_conf</h5></td>
-        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref }}">here</a> for a 
complete list of catalog configurations.</td>
+        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref 
}}#catalogoptions">here</a> for a complete list of catalog configurations.</td>
     </tr>
     <tr>
         <td><h5>--table_conf</h5></td>
diff --git a/docs/layouts/shortcodes/generated/pulsar_sync_database.html 
b/docs/layouts/shortcodes/generated/pulsar_sync_database.html
index 23125b2f8c..58d95e88ed 100644
--- a/docs/layouts/shortcodes/generated/pulsar_sync_database.html
+++ b/docs/layouts/shortcodes/generated/pulsar_sync_database.html
@@ -86,7 +86,7 @@ under the License.
     </tr>
     <tr>
         <td><h5>--catalog_conf</h5></td>
-        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref }}">here</a> for a 
complete list of catalog configurations.</td>
+        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref 
}}#catalogoptions">here</a> for a complete list of catalog configurations.</td>
     </tr>
     <tr>
         <td><h5>--table_conf</h5></td>
diff --git a/docs/layouts/shortcodes/generated/pulsar_sync_table.html 
b/docs/layouts/shortcodes/generated/pulsar_sync_table.html
index 2fcd9f7ebb..4fc16910e0 100644
--- a/docs/layouts/shortcodes/generated/pulsar_sync_table.html
+++ b/docs/layouts/shortcodes/generated/pulsar_sync_table.html
@@ -71,7 +71,7 @@ under the License.
     </tr>
     <tr>
         <td><h5>--catalog_conf</h5></td>
-        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref }}">here</a> for a 
complete list of catalog configurations.</td>
+        <td>The configuration for Paimon catalog. Each configuration should be 
specified in the format "key=value". See <a href="{{ $ref 
}}#catalogoptions">here</a> for a complete list of catalog configurations.</td>
     </tr>
     <tr>
         <td><h5>--table_conf</h5></td>
diff --git a/paimon-format/src/main/java/org/apache/orc/OrcConf.java 
b/paimon-format/src/main/java/org/apache/orc/OrcConf.java
index a7fa1a21bc..57da5f4b4a 100644
--- a/paimon-format/src/main/java/org/apache/orc/OrcConf.java
+++ b/paimon-format/src/main/java/org/apache/orc/OrcConf.java
@@ -289,7 +289,7 @@ public enum OrcConf {
             "orc.schema.evolution.case.sensitive",
             "orc.schema.evolution.case.sensitive",
             true,
-            "A boolean flag to determine if the comparision of field names "
+            "A boolean flag to determine if the comparison of field names "
                     + "in schema evolution is case sensitive .\n"),
     ALLOW_SARG_TO_FILTER(
             "orc.sarg.to.filter",

Reply via email to