yangxk1 opened a new issue, #809:
URL: https://github.com/apache/incubator-graphar/issues/809

   ### Describe the enhancement requested
   
   To improve cross-platform compatibility and ensure a consistent binary 
layout, replace uses of the platform-dependent `int` type with the fixed-width 
`int32_t` type wherever a 32-bit integer is intended (e.g., in 
on-disk/in-memory binary formats, IPC, serialization/deserialization, and 
public ABI-facing structs). This avoids layout and compatibility issues when 
`int` size differs across platforms/compilers.
   
   ### Component(s)
   
   C++


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to