Skip to content

Commit

Permalink
update level and fixed some typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjf2019 committed Dec 10, 2024
1 parent e97fb26 commit 49738fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/flink/sql-ddl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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".
Expand Down

0 comments on commit 49738fe

Please sign in to comment.