JingsongLi commented on PR #8308: URL: https://github.com/apache/paimon/pull/8308#issuecomment-4764245416
Addressed the PyPaimon blocker in `3ceef0054`: `FullTextScanImpl` now filters scanned index files to `tantivy-fulltext`, matching the only full-text reader supported by PyPaimon. I added a regression test with `tantivy-fulltext` and `btree` entries on the same `content` column/range; it failed before the fix with both files in the split and now passes.\n\nValidation run locally:\n- `python -m pytest paimon-python/pypaimon/tests/vector_search_filter_test.py -q -k full_text`\n- `python -m pytest paimon-python/pypaimon/tests/vector_search_filter_test.py -q`\n- `git diff --check` -- 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]
