Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

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)

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 github-actions bot enabled auto-merge (squash) September 27, 2024 07:05
@github-actions github-actions bot merged commit d42f6f4 into main Sep 27, 2024
1 check passed
@github-actions github-actions bot deleted the vendor branch September 27, 2024 07:25
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