-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix wrong row id when using full text index with multi column #68644
Fix wrong row id when using full text index with multi column #68644
Conversation
This is an automated comment for commit 78f17d856b8c702d01067e89111b9208199b7a7a with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
@vdimir hi, i check the failed integration test test_disk_over_web_server, seems not related to this change, the created table didn't use skip index. is there any method i can rerun the failed cases? |
I'll merge with master |
@vdimir hi, please take a look if this MR ok to merge? |
78f17d8
to
50e08ed
Compare
Same as #68867 (comment) , fixing in #68957 |
31a3769
fix #68643
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Full text index may filter out wrong columns when index multiple columns, it didn't reset row_id between different columns, the reproduce procedure is in tests/queries/0_stateless/03228_full_text_with_multi_col.sql. Without this
CI Settings (Only check the boxes if you know what you are doing):