Skip to content

[GraphSDK] Handle bigger than i64 msa ids #52

@aramikm

Description

@aramikm

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions