This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 49f3208a31 [#7091] fix(docs): Fix the errors of the document (#7092)
49f3208a31 is described below
commit 49f3208a31f36ab8450506f203a4afdab6259cb7
Author: roryqi <[email protected]>
AuthorDate: Mon Apr 28 16:08:26 2025 +0800
[#7091] fix(docs): Fix the errors of the document (#7092)
### What changes were proposed in this pull request?
Fix the errors of the document
### Why are the changes needed?
Fix: #7091
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
No.
---
docs/flink-connector/flink-catalog-jdbc.md | 4 ++--
docs/manage-fileset-metadata-using-gravitino.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/flink-connector/flink-catalog-jdbc.md
b/docs/flink-connector/flink-catalog-jdbc.md
index 3d78f21131..4414500f4e 100644
--- a/docs/flink-connector/flink-catalog-jdbc.md
+++ b/docs/flink-connector/flink-catalog-jdbc.md
@@ -19,8 +19,8 @@ This document provides a comprehensive guide on configuring
and using Apache Gra
Place the following JAR files in the lib directory of your Flink installation:
--
[flink-connector-jdbc-${flinkJdbcConnectorVersion}.jar](https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/connectors/table/jdbc/)
--
[gravitino-flink-connector-runtime-1.18_2.12-${gravitino-version}.jar](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-flink-connector-runtime-1.18)
+-
[`flink-connector-jdbc-${flinkJdbcConnectorVersion}.jar`](https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/connectors/table/jdbc/)
+-
[`gravitino-flink-connector-runtime-1.18_2.12-${gravitino-version}.jar`](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-flink-connector-runtime-1.18)
- JDBC driver
### SQL Example
diff --git a/docs/manage-fileset-metadata-using-gravitino.md
b/docs/manage-fileset-metadata-using-gravitino.md
index 12bb9a64c3..17291ff63b 100644
--- a/docs/manage-fileset-metadata-using-gravitino.md
+++ b/docs/manage-fileset-metadata-using-gravitino.md
@@ -351,7 +351,7 @@ If the provided location contains placeholders, they will
be replaced by the cor
The `storageLocation` in each level can contain **placeholders**, format as
`{{name}}`, which will
be replaced by the corresponding fileset property value when the fileset
object is created. The
-placeholder property in the fileset object is formed as
"placeholder-{{name}}". For example, if
+placeholder property in the fileset object is formed as
`placeholder-{{name}}`. For example, if
the `storageLocation` is `file:///tmp/{{schema}}-{{fileset}}-{{verion}}`, and
the fileset object
named "catalog1.schema1.fileset1" contains the properties
`placeholder-version=v1`,
the actual `storageLocation` will be `file:///tmp/schema1-fileset1-v1`.