JingsongLi opened a new pull request, #29: URL: https://github.com/apache/paimon-vector-index/pull/29
## Summary Tighten vector index file readers around the v1 on-disk formats. Since these formats have not had a released legacy layout, readers now reject missing required flags and unknown flags instead of carrying pre-v1 compatibility paths. ## Changes - Require IVF-PQ v1 files to use delta-varint IDs and transposed codes, and reject unknown IVF-PQ flags. - Remove IVF-PQ raw-ID writing and reader fallback paths for missing offset-table ID lengths. - Require IVF-FLAT v1 files to use delta-varint IDs, and reject unknown IVF-FLAT flags during open. - Add tests for missing required flags and unknown flags for IVF-PQ and IVF-FLAT. ## Testing - [x] `cargo test -p paimon-vindex-core` -- 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]
