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

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


The following commit(s) were added to refs/heads/master by this push:
     new e06c3429d [doc] Minor document optimization (#1864)
e06c3429d is described below

commit e06c3429d8a01548adcd732b46b8957b3d99c14c
Author: monster <[email protected]>
AuthorDate: Tue Aug 22 17:08:25 2023 +0800

    [doc] Minor document optimization (#1864)
---
 docs/content/concepts/primary-key-table.md                 | 2 ++
 docs/layouts/shortcodes/generated/mysql_sync_database.html | 2 +-
 docs/layouts/shortcodes/generated/mysql_sync_table.html    | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/content/concepts/primary-key-table.md 
b/docs/content/concepts/primary-key-table.md
index c3986c947..d82f3d6e3 100644
--- a/docs/content/concepts/primary-key-table.md
+++ b/docs/content/concepts/primary-key-table.md
@@ -151,6 +151,8 @@ INSERT INTO T VALUES (1, 3, 3, 1, 3, 3, 3);
 SELECT * FROM T; -- output 1, 2, 2, 2, 3, 3, 3
 ```
 
+For fields.<fieldName>.sequence-group, valid comparative data types include: 
DECIMAL, TINYINT, SMALLINT, INTEGER, BIGINT, FLOAT, DOUBLE, DATE, TIME, 
TIMESTAMP, and TIMESTAMP_LTZ.
+
 #### Default Value
 If the order of the data cannot be guaranteed and field is written only by 
overwriting null values,
 fields that have not been overwritten will be displayed as null when reading 
table.
diff --git a/docs/layouts/shortcodes/generated/mysql_sync_database.html 
b/docs/layouts/shortcodes/generated/mysql_sync_database.html
index 2ee73c010..bd82e43c6 100644
--- a/docs/layouts/shortcodes/generated/mysql_sync_database.html
+++ b/docs/layouts/shortcodes/generated/mysql_sync_database.html
@@ -76,7 +76,7 @@ under the License.
     </tr>
     <tr>
         <td><h5>--mysql-conf</h5></td>
-        <td>The configuration for Flink CDC MySQL table 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://ververica.github.io/flink-cdc-connectors/master/content/connectors/mysql-cdc.html#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://ververica.github.io/flink-cdc-connectors/master/content/connectors/mysql-cdc.html#connector-options";>document</a>
 for a complete list of configurations.</td>
     </tr>
     <tr>
         <td><h5>--catalog-conf</h5></td>
diff --git a/docs/layouts/shortcodes/generated/mysql_sync_table.html 
b/docs/layouts/shortcodes/generated/mysql_sync_table.html
index 255e81c68..0bc46e704 100644
--- a/docs/layouts/shortcodes/generated/mysql_sync_table.html
+++ b/docs/layouts/shortcodes/generated/mysql_sync_table.html
@@ -64,7 +64,7 @@ under the License.
     </tr>
     <tr>
         <td><h5>--mysql-conf</h5></td>
-        <td>The configuration for Flink CDC MySQL table 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://ververica.github.io/flink-cdc-connectors/master/content/connectors/mysql-cdc.html#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://ververica.github.io/flink-cdc-connectors/master/content/connectors/mysql-cdc.html#connector-options";>document</a>
 for a complete list of configurations.</td>
     </tr>
     <tr>
         <td><h5>--catalog-conf</h5></td>

Reply via email to