kamcheungting-db opened a new pull request, #940:
URL: https://github.com/apache/iceberg-cpp/pull/940

   ## Summary
   
   - Parse Schema and PartitionSpec IDs using strict integer validation.
   - Reject fractional, boolean, and out-of-range `int32_t` values.
   - Cover schema, nested list/map, identifier-field, partition field, and spec 
IDs.
   - Preserve support for missing v1 partition field IDs.
   
   This aligns C++ deserialization with Java core instead of allowing nlohmann 
JSON
   conversions to coerce invalid ID values.
   
   ## Testing
   
   - Built `json_serde_test`


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