Skip to content

Comments

Fix(rust-tokenizer): increase integer width when converting hex literals#4573

Merged
georgesittas merged 1 commit intomainfrom
jo/fix_rust_hex_string_conversion
Jan 7, 2025
Merged

Fix(rust-tokenizer): increase integer width when converting hex literals#4573
georgesittas merged 1 commit intomainfrom
jo/fix_rust_hex_string_conversion

Conversation

@georgesittas
Copy link
Collaborator

Fixes #4560

The issue here was that u64 can represent up to 18446744073709551615, whereas the given hex literal is greater than this value: 378935326159973281336632520865622722.

@georgesittas georgesittas force-pushed the jo/fix_rust_hex_string_conversion branch from 343f190 to e4338c6 Compare January 7, 2025 09:26
@georgesittas georgesittas merged commit 51ac9a7 into main Jan 7, 2025
7 checks passed
@georgesittas georgesittas deleted the jo/fix_rust_hex_string_conversion branch January 7, 2025 09:33
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.

Unable to tokenize hex string with Rust tokenizer using Snowflake dialect

1 participant