Skip to content
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

[GraphSDK] Handle bigger than i64 msa ids #52

Open
aramikm opened this issue May 3, 2023 · 0 comments
Open

[GraphSDK] Handle bigger than i64 msa ids #52

aramikm opened this issue May 3, 2023 · 0 comments
Labels

Comments

@aramikm
Copy link
Collaborator

aramikm commented May 3, 2023

Problem

Since avro only support i64 instead of u64 if the msa ids get bigger thani64 they will error out during serialization.

We should convert these u64 numbers into i64 adn back via bit manipulation to be able to store bigger MSA ids numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant