Skip to content

Conversation

Mytherin
Copy link
Collaborator

Fixes #14020

…hen last_seen_count == 0 which can happen if a column has exactly 2^16 (65535) repeated values
@Mytherin Mytherin merged commit b787fcc into duckdb:main Sep 19, 2024
38 checks passed
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Sep 27, 2024
Fix duckdb/duckdb#14020: fix off-by-one in RLE compression: avoid flushing when last_seen_count == 0 which can happen if a column has exactly 2^16 (65535) repeated values (duckdb/duckdb#14030)
[Test Fix] Add noforcestorage to in-memory tests (duckdb/duckdb#14016)
github-actions bot added a commit to duckdb/duckdb-r that referenced this pull request Sep 27, 2024
Fix duckdb/duckdb#14020: fix off-by-one in RLE compression: avoid flushing when last_seen_count == 0 which can happen if a column has exactly 2^16 (65535) repeated values (duckdb/duckdb#14030)
[Test Fix] Add noforcestorage to in-memory tests (duckdb/duckdb#14016)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
@Mytherin Mytherin deleted the issue14020 branch October 15, 2024 09:44
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.

Seeing a single value changed after inserting ~1.5million row polars df to duckdb and then querying back out
1 participant