Skip to content

Conversation

Mytherin
Copy link
Collaborator

Fixes #11211

Bits are internally represented as string_t - meaning this struct needs to be filled in correctly by calling string_t::Finalize(). Not doing so has no effect on bit operations, but can cause operations on the underlying string_t (like equality) to be incorrect.

@github-actions github-actions bot marked this pull request as draft March 18, 2024 22:03
@Mytherin Mytherin marked this pull request as ready for review March 18, 2024 22:03
@Mytherin Mytherin merged commit e2cecdd into duckdb:main Mar 19, 2024
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Mar 19, 2024
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request Mar 23, 2024
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Mar 28, 2024
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Mar 28, 2024
@Mytherin Mytherin deleted the bitverify branch June 7, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect equality comparison for BIT type
1 participant