Skip to content

Align integer types to java / rust #559

@twuebi

Description

@twuebi

Feature Request / Improvement

In e.g. PartitionSpec, we're using int which is sized dependent on the machine, in java a lot of ids are of type int which is a signed int32, rust also uses i32 in a lot of places. We should consider aligning us to them to avoid out of bounds issues when e.g. a iceberg-go client interacts with a java or rust server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions