thswlsqls opened a new issue, #9601:
URL: https://github.com/apache/paimon/issues/9601

   **Search before asking**
   - [x] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   **Paimon version**
   master @ ffe8e5127 (2.1-SNAPSHOT)
   
   **Compute Engine**
   Engine-agnostic (core)
   
   **Minimal reproduce step**
   1. Open https://paimon.apache.org/docs/master/concepts/data-types/
   2. Look for `VECTOR` in the table introduced by "All data types supported by 
Paimon are as follows".
   
   `DataTypeRoot` declares 25 constants; the table has 24 rows. `VECTOR` is the
   only constant with no row.
   
   **What doesn't meet your expectations?**
   Expected: every supported data type appears in the table, as the sentence
   above it states.
   Actual: readers looking up `VECTOR` find nothing there, and the page offers 
no
   link to the dedicated page that does document it.
   
   **Anything else?**
   `VectorType` is `@Public` `@since 2.0.0`
   (`paimon-api/src/main/java/org/apache/paimon/types/VectorType.java`) and is
   documented in `docs/docs/multimodal-table/vector.mdx`. It was introduced by
   160a3cdcb (#7204), which touched no `docs/` file. For contrast, d9b57982c
   (#9251) added `GEOMETRY`/`GEOGRAPHY` and updated this table in the same
   commit. `git log --follow -S 'VECTOR'` on this file (and on its 
pre-Docusaurus
   path `docs/content/concepts/data-types.md`) returns 0 commits, so the row was
   never removed - it was never added.
   
   **Are you willing to submit a PR?**
   - [x] I'm willing to submit a PR!
   
   


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