shyjsarah commented on PR #65: URL: https://github.com/apache/paimon-vector-index/pull/65#issuecomment-5125955836
Thanks for catching this. Fixed in `81e6170` by requiring `pq.nbits == 8` before enabling batch-local ephemeral table reuse. As a result, 4-bit `auto` and `on` keep the existing direct/resident table paths, without changing the 4-bit scan kernels. Added regression coverage that verifies: - 4-bit `auto` and `on` do not create ephemeral list tables. - 4-bit `auto` exactly matches `off` IDs and distances at the automatic activation threshold. The full Rust workspace, Clippy, formatting, and Java tests pass. -- 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]
