twuebi opened a new issue, #559:
URL: https://github.com/apache/iceberg-go/issues/559

   ### 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to