hutiefang76 opened a new pull request, #12426:
URL: https://github.com/apache/gravitino/pull/12426

   ### What changes were proposed in this pull request?
   
   Repoint documentation links whose anchors were removed by #12327:
   
   - catalog and schema operation links now target 
`manage-catalogs-and-schemas.md`;
   - column type, default value, auto-increment, external type, and unparsed 
type links now target `tables-and-views.md`;
   - the missing column type reference and related concepts are restored on the 
table concept page;
   - two Trino connector links to the moved create-catalog section are 
corrected as well.
   
   The restored type examples were checked against the current Java type 
factories and JSON
   serialization tests.
   
   ### Why are the changes needed?
   
   PR #12327 moved or removed the linked sections but left references across 
catalog and connector
   documentation pointing at the old anchors. Those links resolve to missing 
sections on the rendered
   site.
   
   Fix: #12421
   
   ### Does this PR introduce _any_ user-facing change?
   
   Documentation links now open the intended sections, and the table concept 
page again documents
   Gravitino column types and the external/unparsed compatibility types. There 
is no API or
   configuration change.
   
   ### How was this patch tested?
   
   - Validated all 65 changed local Markdown links with anchors against their 
target files and
     headings.
   - Verified that no removed `manage-relational-metadata-using-gravitino.md` 
anchor targeted by this
     issue remains.
   - `./gradlew :api:test --tests org.apache.gravitino.rel.TestTypes 
:common:test --tests
     org.apache.gravitino.json.TestJsonUtils spotlessCheck`
   - `./gradlew :docs:build`
   - Built the current docs with the official `apache/gravitino-site` 
Docusaurus project using
     `npm run build`. The site still reports pre-existing warnings in 
historical/current docs, but
     none are for the links changed here.
   


-- 
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]

Reply via email to