This is an automated email from the ASF dual-hosted git repository. fanng pushed a commit to branch lineage_doc in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit d465e446a5b0bc8d362c11f887ca555f0bb2bd4d Author: fanng <[email protected]> AuthorDate: Wed Apr 16 10:45:01 2025 +0800 update doc --- docs/lineage/gravitino-spark-lineage.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/lineage/gravitino-spark-lineage.md b/docs/lineage/gravitino-spark-lineage.md index c84bdd27d6..a2c539f0bb 100644 --- a/docs/lineage/gravitino-spark-lineage.md +++ b/docs/lineage/gravitino-spark-lineage.md @@ -33,12 +33,12 @@ When using the [Gravitino Spark connector](/spark-connector/spark-connector.md) For datasets not managed by Gravitino, the dataset name is as follows: -| Dataset Type | Dataset name | Example | Since Version | -|--------------|------------------------------------|----------------------------|---------------| -| Hive | `spark_catalog.$dbName.$tableName` | `spark_catalog.db.table` | 0.9.0 | -| Iceberg | `$catalogName.$dbName.$tableName` | `iceberg_catalog.db.table` | 0.9.0 | -| JDBC v2 | `$catalogName.$dbName.$tableName` | `jdbc_catalog.db.table` | 0.9.0 | -| JDBC v1 | `spark_catalog.$dbName.$tableName` | `spark_catalog.db.table` | 0.9.0 | +| Dataset Type | Dataset name | Example | Since Version | +|--------------|----------------------------------------|---------------------------------------|---------------| +| Hive | `spark_catalog.$schemaName.$tableName` | `spark_catalog.db.table` | 0.9.0 | +| Iceberg | `$catalogName.$schemaName.$tableName` | `iceberg_catalog.db.table` | 0.9.0 | +| JDBC v2 | `$catalogName.$schemaName.$tableName` | `jdbc_catalog.db.table` | 0.9.0 | +| JDBC v1 | `spark_catalog.$schemaName.$tableName` | `spark_catalog.postgres.public.table` | 0.9.0 | When accessing datasets by location (e.g., `SELECT * FROM parquet.$dataset_path`), the name is derived from the physical path:
