jerryshao opened a new issue, #12421:
URL: https://github.com/apache/gravitino/issues/12421
### Version
main branch (reproduced on branch-1.3 as well, post #12373)
### Describe what's wrong
#12327 ("Add object concept pages and reduce the manage-* pages to the
API"), cherry-picked to branch-1.3 as #12373, trimmed
`docs/manage-relational-metadata-using-gravitino.md` from ~1240 lines to ~270,
removing the `Catalog Operations`, `Schema Operations`, `Table Column Type`,
`Table Column Default Value`, `Table Column Auto-increment`, `External type`,
and `Unparsed type` sections/anchors.
~15 other doc pages still link to those now-removed anchors, so the links
404 on the rendered site.
### Error message and/or stacktrace
N/A (documentation issue, not a runtime error)
### How to reproduce
Open any of the pages below and follow the linked anchor — the target
section no longer exists on `manage-relational-metadata-using-gravitino.md`:
- `docs/jdbc-mysql-catalog.md` (`#table-column-default-value`,
`#table-column-auto-increment`, `#catalog-operations`, `#schema-operations`,
`#external-type`)
- `docs/jdbc-postgresql-catalog.md` (same set)
- `docs/jdbc-doris-catalog.md` (`#table-column-default-value`,
`#catalog-operations`, `#schema-operations`, `#unparsed-type`)
- `docs/jdbc-starrocks-catalog.md` (`#table-column-default-value`,
`#catalog-operations`, `#schema-operations`, `#unparsed-type`)
- `docs/jdbc-oceanbase-catalog.md` (`#table-column-default-value`,
`#table-column-auto-increment`, `#catalog-operations`, `#schema-operations`,
`#external-type`)
- `docs/jdbc-hologres-catalog.md` (`#table-column-default-value`,
`#table-column-auto-increment`, `#catalog-operations`, `#schema-operations`,
`#external-type`)
- `docs/jdbc-clickhouse-catalog.md` (`#catalog-operations`,
`#schema-operations`, `#external-type`)
- `docs/apache-hive-catalog.md` (`#catalog-operations`,
`#schema-operations`, `#external-type`, `#alter-a-table`)
- `docs/aws-glue-catalog.md` (`#catalog-operations`, `#schema-operations`,
`#external-type`, `#alter-a-table`)
- `docs/lakehouse-iceberg-catalog.md` (`#catalog-operations`,
`#schema-operations`, `#external-type`)
- `docs/lakehouse-paimon-catalog.md` (`#catalog-operations`,
`#schema-operations`)
- `docs/lakehouse-hudi-catalog.md` (`#catalog-operations`,
`#schema-operations`)
- `docs/lakehouse-generic-catalog.md` (`#catalog-operations`,
`#schema-operations`)
- `docs/trino-connector/supported-catalog.md` (`#table-column-type`)
- `docs/expression.md` (`#table-column-default-value`)
### Additional context
The catalog/schema operation content moved to
`docs/manage-catalogs-and-schemas.md` (`#catalog-operations` /
`#schema-operations` sections exist there now), so those links could be
repointed there. The column-type reference content (Table Column Type /
External type / Unparsed type) doesn't appear to have been moved anywhere in
the docs tree — it looks like it was dropped entirely during the restructuring,
so those links have no valid target at all right now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]