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 69bc1b24b76cc3b544ab55e1f02195cf14172fd6 Author: fanng <[email protected]> AuthorDate: Wed Apr 16 10:39:30 2025 +0800 update doc --- docs/lineage/gravitino-spark-lineage.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/lineage/gravitino-spark-lineage.md b/docs/lineage/gravitino-spark-lineage.md index 77fd269649..c84bdd27d6 100644 --- a/docs/lineage/gravitino-spark-lineage.md +++ b/docs/lineage/gravitino-spark-lineage.md @@ -47,7 +47,16 @@ When accessing datasets by location (e.g., `SELECT * FROM parquet.$dataset_path` | GVFS location | `$GravitinoCatalogName.$schemaName.$filesetName` | `fileset_catalog.schema.fileset_a` | 0.9.0 | | Other location | location path | `hdfs://127.0.0.1:9000/tmp/a/student` | 0.9.0 | -For fileset dataset, the plugin add location facets which contains the location path. +For fileset dataset, the plugin add `fileset-location` facets which contains the location path. + +```json +"fileset-location" : +{ +"location":"/path/xx", +"_producer":"https://github.com/datastrato/...", +"_schemaURL":"https://raw.githubusercontent...." +} +``` ## How to use
