From 41efbdaf8386b4ae6ab6d39a364e0c8ae494f4b7 Mon Sep 17 00:00:00 2001 From: Gatefixer <313497061+lancedb-gatefixer[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 13:03:58 +0000 Subject: [PATCH] test(python): clarify prefilter regression attribution --- python/python/tests/test_hybrid_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python/tests/test_hybrid_query.py b/python/python/tests/test_hybrid_query.py index 40da2d76c..ecfae3635 100644 --- a/python/python/tests/test_hybrid_query.py +++ b/python/python/tests/test_hybrid_query.py @@ -366,7 +366,7 @@ def test_hybrid_prefilter_explain_plan(table_with_id: Table): def test_hybrid_prefilter_returns_filtered_row(table_with_id: Table): - """Regression test for https://github.com/lancedb/lancedb/issues/2435.""" + """Regression test for the hybrid prefilter inversion fixed in #3096.""" results = ( table_with_id.search(query_type="hybrid") .vector([0.1, 0.1])