mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
Currently we do not support paging for vector search queries. When we get such a query with paging enabled we ignore the paging and return the entire result. This behavior can be confusing for users, as there is no warning about paging not working with vector search. This patch fixes that by adding a warning to the result of ANN queries with paging enabled. Closes scylladb/scylladb#26384