Skip to content
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(core): fix symbol index containing duplicates references #3272

Merged
merged 4 commits into from
Apr 25, 2023

Conversation

ideoma
Copy link
Collaborator

@ideoma ideoma commented Apr 25, 2023

With some commit patterns found in tests, the symbol index could contain a duplicate reference to a row. This affects WAL and non-WAL tables.

@puzpuzpuz puzpuzpuz added Bug Incorrect or unexpected behavior Core Related to storage, data type, etc. labels Apr 25, 2023
@ideoma
Copy link
Collaborator Author

ideoma commented Apr 25, 2023

[PR Coverage check]

😍 pass : 2 / 2 (100.00%)

file detail

path covered line new line coverage
🔵 io/questdb/cairo/BitmapIndexWriter.java 1 1 100.00%
🔵 io/questdb/cairo/O3CopyJob.java 1 1 100.00%

@ideoma ideoma merged commit e01f502 into master Apr 25, 2023
17 checks passed
@ideoma ideoma deleted the fix-index-duplicate-values branch April 25, 2023 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Incorrect or unexpected behavior Core Related to storage, data type, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants