Skip to content

Conversation

nickgerrets
Copy link
Contributor

Solves #9193

For legacy reasons an artificial minimum limit was placed on the HUGEINT type. This is causing issues with integer wrapping and intoduced a bug when compressing UUID's. This PR removes this limit.

The minimum goes from:
-170141183460469231731687303715884105727
To:
-170141183460469231731687303715884105728

szarnyasg added a commit to szarnyasg/duckdb-web that referenced this pull request Oct 23, 2023
@github-actions github-actions bot marked this pull request as draft October 23, 2023 11:25
@szarnyasg szarnyasg added the Needs Documentation Use for issues or PRs that require changes in the documentation label Oct 24, 2023
@szarnyasg szarnyasg added Needs Documentation Use for issues or PRs that require changes in the documentation and removed Needs Documentation Use for issues or PRs that require changes in the documentation labels Oct 27, 2023
@Tishj Tishj self-assigned this Oct 27, 2023
Copy link
Contributor

@Tishj Tishj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good to me now 👍

@github-actions github-actions bot marked this pull request as draft October 30, 2023 13:43
@nickgerrets nickgerrets marked this pull request as ready for review October 30, 2023 14:31
Copy link
Collaborator

@Mytherin Mytherin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! LGTM - one minor comment

@github-actions github-actions bot marked this pull request as draft November 6, 2023 09:50
@nickgerrets nickgerrets marked this pull request as ready for review November 6, 2023 09:51
@github-actions github-actions bot marked this pull request as draft November 6, 2023 13:10
@nickgerrets nickgerrets marked this pull request as ready for review November 6, 2023 13:10
@github-actions github-actions bot marked this pull request as draft November 7, 2023 10:56
@nickgerrets nickgerrets marked this pull request as ready for review November 7, 2023 10:57
@Mytherin Mytherin changed the base branch from main to feature November 8, 2023 13:11
@Mytherin Mytherin merged commit 96be357 into duckdb:feature Nov 8, 2023
@Mytherin
Copy link
Collaborator

Mytherin commented Nov 8, 2023

Thanks!

@nickgerrets nickgerrets deleted the uuid_compression_bug branch November 8, 2023 13:31
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request Dec 11, 2023
Merge pull request duckdb/duckdb#9441 from nickgerrets/uuid_compression_bug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Documentation Use for issues or PRs that require changes in the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants