mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 19:46:48 +00:00
Migrate wildcard_select_is_correctly_rescored from rescoring_test.cc to pytest. The test verifies that SELECT * with rescoring returns rows in the correct similarity order with correct embedding values, covering a slightly different processing path from the explicit-column SELECT test. No semantic change.