diff --git a/docs/content/cdc-ingestion/kafka-cdc.md b/docs/content/cdc-ingestion/kafka-cdc.md index fc16c5b0fc1f..557a72de737b 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 /bin/flink run \ /path/to/paimon-flink-action-{{< version >}}.jar \ - kafka_sync_table + kafka_sync_table \ --warehouse \ --database \ --table \ @@ -195,7 +195,7 @@ To use this feature through `flink run`, run the following shell command. ```bash /bin/flink run \ /path/to/paimon-flink-action-{{< version >}}.jar \ - kafka_sync_database + kafka_sync_database \ --warehouse \ --database \ [--table_mapping =] \ diff --git a/docs/content/cdc-ingestion/mongo-cdc.md b/docs/content/cdc-ingestion/mongo-cdc.md index bde2ad534f92..489da48a4dca 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 /bin/flink run \ /path/to/paimon-flink-action-{{< version >}}.jar \ - mongodb_sync_table + mongodb_sync_table \ --warehouse \ --database \ --table \ @@ -187,7 +187,7 @@ To use this feature through `flink run`, run the following shell command. ```bash /bin/flink run \ /path/to/paimon-flink-action-{{< version >}}.jar \ - mongodb_sync_database + mongodb_sync_database \ --warehouse \ --database \ [--table_prefix ] \ diff --git a/docs/content/cdc-ingestion/postgres-cdc.md b/docs/content/cdc-ingestion/postgres-cdc.md index e3143aedb5c8..c1715c241163 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 /bin/flink run \ /path/to/paimon-flink-action-{{< version >}}.jar \ - postgres_sync_table + postgres_sync_table \ --warehouse \ --database \ --table \ diff --git a/docs/content/cdc-ingestion/pulsar-cdc.md b/docs/content/cdc-ingestion/pulsar-cdc.md index aa29cf3c3ef7..2ac1e7466dbe 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 /bin/flink run \ /path/to/paimon-flink-action-{{< version >}}.jar \ - pulsar_sync_table + pulsar_sync_table \ --warehouse \ --database \ --table \ @@ -190,7 +190,7 @@ To use this feature through `flink run`, run the following shell command. ```bash /bin/flink run \ /path/to/paimon-flink-action-{{< version >}}.jar \ - pulsar_sync_database + pulsar_sync_database \ --warehouse \ --database \ [--table_prefix ] \ diff --git a/docs/layouts/shortcodes/generated/kafka_sync_database.html b/docs/layouts/shortcodes/generated/kafka_sync_database.html index 9f0b817e6647..5b4024e30c18 100644 --- a/docs/layouts/shortcodes/generated/kafka_sync_database.html +++ b/docs/layouts/shortcodes/generated/kafka_sync_database.html @@ -115,7 +115,7 @@
--catalog_conf
- The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations. + The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations.
--table_conf
diff --git a/docs/layouts/shortcodes/generated/kafka_sync_table.html b/docs/layouts/shortcodes/generated/kafka_sync_table.html index 765aade203aa..122e5eb12177 100644 --- a/docs/layouts/shortcodes/generated/kafka_sync_table.html +++ b/docs/layouts/shortcodes/generated/kafka_sync_table.html @@ -71,7 +71,7 @@
--catalog_conf
- The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations. + The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations.
--table_conf
diff --git a/docs/layouts/shortcodes/generated/mongodb_sync_database.html b/docs/layouts/shortcodes/generated/mongodb_sync_database.html index 0d290e282962..0649b52f7ac7 100644 --- a/docs/layouts/shortcodes/generated/mongodb_sync_database.html +++ b/docs/layouts/shortcodes/generated/mongodb_sync_database.html @@ -66,7 +66,7 @@
--catalog_conf
- The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations. + The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations.
--table_conf
diff --git a/docs/layouts/shortcodes/generated/mysql_sync_database.html b/docs/layouts/shortcodes/generated/mysql_sync_database.html index 3e16db1eb479..a32fa920dee5 100644 --- a/docs/layouts/shortcodes/generated/mysql_sync_database.html +++ b/docs/layouts/shortcodes/generated/mysql_sync_database.html @@ -72,7 +72,7 @@
  • "tinyint1-not-bool": maps MySQL TINYINT(1) to TINYINT instead of BOOLEAN.
  • "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.
  • "to-string": maps all MySQL types to STRING.
  • "char-to-string": maps MySQL CHAR(length)/VARCHAR(length) types to STRING.
  • @@ -94,11 +94,11 @@
    --mysql_conf
    - 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 document for a complete list of configurations. + 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 document for a complete list of configurations.
    --catalog_conf
    - The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations. + The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations.
    --table_conf
    diff --git a/docs/layouts/shortcodes/generated/mysql_sync_table.html b/docs/layouts/shortcodes/generated/mysql_sync_table.html index d62d3efe4fbf..d66541ac64ab 100644 --- a/docs/layouts/shortcodes/generated/mysql_sync_table.html +++ b/docs/layouts/shortcodes/generated/mysql_sync_table.html @@ -52,7 +52,7 @@
    • "tinyint1-not-bool": maps MySQL TINYINT(1) to TINYINT instead of BOOLEAN.
    • "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.
    • "to-string": maps all MySQL types to STRING.
    • "char-to-string": maps MySQL CHAR(length)/VARCHAR(length) types to STRING.
    • @@ -75,7 +75,7 @@
      --catalog_conf
      - The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations. + The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations.
      --table_conf
      diff --git a/docs/layouts/shortcodes/generated/postgres_sync_table.html b/docs/layouts/shortcodes/generated/postgres_sync_table.html index ff2e93ce2101..6bc2cb7b2cb2 100644 --- a/docs/layouts/shortcodes/generated/postgres_sync_table.html +++ b/docs/layouts/shortcodes/generated/postgres_sync_table.html @@ -68,7 +68,7 @@
      --catalog_conf
      - The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations. + The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations.
      --table_conf
      diff --git a/docs/layouts/shortcodes/generated/pulsar_sync_database.html b/docs/layouts/shortcodes/generated/pulsar_sync_database.html index 23125b2f8c2f..58d95e88ede3 100644 --- a/docs/layouts/shortcodes/generated/pulsar_sync_database.html +++ b/docs/layouts/shortcodes/generated/pulsar_sync_database.html @@ -86,7 +86,7 @@
      --catalog_conf
      - The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations. + The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations.
      --table_conf
      diff --git a/docs/layouts/shortcodes/generated/pulsar_sync_table.html b/docs/layouts/shortcodes/generated/pulsar_sync_table.html index 2fcd9f7ebbcd..4fc16910e06c 100644 --- a/docs/layouts/shortcodes/generated/pulsar_sync_table.html +++ b/docs/layouts/shortcodes/generated/pulsar_sync_table.html @@ -71,7 +71,7 @@
      --catalog_conf
      - The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations. + The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See here for a complete list of catalog configurations.
      --table_conf
      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 a7fa1a21bc8c..57da5f4b4a4f 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",