Skip to content

Support UInt128 type #424

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

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

pet74alex
Copy link
Contributor

Added UInt128 support. Closes #378

Tiny backward-incompatible change: UUID type was previously declared by using UInt128 declaration not compatible with the absl one, so the UUID declaration has been changed to remain internally the same but UInt128 has been redeclared by using absl::uint128.

@pet74alex pet74alex changed the title UInt128 support Support UInt128 type May 21, 2025
@pet74alex
Copy link
Contributor Author

@Enmk could you please review this and my previous PRs?

@alexey-milovidov alexey-milovidov merged commit 9c3c857 into ClickHouse:master Jun 2, 2025
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.

UInt128 is not supported. Only Int128..
2 participants