WZhuo opened a new pull request, #902:
URL: https://github.com/apache/iceberg-cpp/pull/902

   ### Summary
   - add `TableMetadata::MakeWithFieldIds` for preserving schema field IDs
   - validate positive, globally unique field IDs, including nested fields
   - keep partition field IDs assigned by new-table rules
   - add coverage for preserved IDs and invalid IDs
   
   ### Tests
   - `cmake --build build --target table_test --parallel 4`
   - `build/src/iceberg/test/table_test 
--gtest_filter='TableMetadataTest.MakeWithFieldIds*'`
   - all 18 CTest suites passed


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