From 49738fe267941f20c017e103e58cfd933fe4028a Mon Sep 17 00:00:00 2001 From: yangjf2019 Date: Tue, 10 Dec 2024 17:12:16 +0800 Subject: [PATCH] update level and fixed some typo --- docs/content/flink/sql-ddl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/flink/sql-ddl.md b/docs/content/flink/sql-ddl.md index 17f0170335f6..37f8376f0e09 100644 --- a/docs/content/flink/sql-ddl.md +++ b/docs/content/flink/sql-ddl.md @@ -99,7 +99,7 @@ Also, you can create [FlinkGenericCatalog]({{< ref "flink/quick-start" >}}). > metastore.create.as.acid=false > ``` -##### Synchronizing Partitions into Hive Metastore +#### Synchronizing Partitions into Hive Metastore By default, Paimon does not synchronize newly created partitions into Hive metastore. Users will see an unpartitioned table in Hive. Partition push-down will be carried out by filter push-down instead. @@ -144,7 +144,7 @@ CREATE CATALOG my_jdbc WITH ( USE CATALOG my_jdbc; ``` -You can configure any connection parameters that have been declared by JDBC through "jdbc.", the connection parameters may be different between different databases, please configure according to the actual situation. +You can configure any connection parameters that have been declared by JDBC through "jdbc", the connection parameters may be different between different databases, please configure according to the actual situation. You can also perform logical isolation for databases under multiple catalogs by specifying "catalog-key".