thswlsqls opened a new pull request, #9603:
URL: https://github.com/apache/paimon/pull/9603

   
   ### Purpose
   
   fix #9601
   
   - The table in `docs/docs/concepts/data-types.md` claims to list all 
supported types, but `DataTypeRoot` has 25 constants and the table has 24 rows 
— only `VECTOR` is missing.
   - The new row summarizes and links wording that already exists in 
`docs/docs/multimodal-table/vector.mdx`; it introduces no new facts.
   - The row was never removed: `git log --follow -S 'VECTOR'` returns 0 
commits both on this file and on its pre-Docusaurus path 
`docs/content/concepts/data-types.md`. Introducing commit 160a3cdcb (#7204) 
touched no `docs/` file; by contrast d9b57982c (#9251) updated this table in 
the same commit that added GEOMETRY/GEOGRAPHY.
   - Formatting mirrors the adjacent `BLOB` row.
   
   ### Tests
   
   - Docs-only, one file, +8/-0. No behavior change, no test added.
   - `yarn build` was not run. Render safety was checked statically: the row 
reuses the HTML shape of the existing rows, `docusaurus.config.js` sets 
`markdown.format: 'detect'` with `mdx1Compat`, and the link target exists.
   
   
   


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