zhjwpku opened a new issue, #79: URL: https://github.com/apache/iceberg-cpp/issues/79
The current implementation utilizes nlohmann::json for serialization, which does not maintain the insertion order of elements. In contrast, the Java implementation[0] appears to preserve the order of elements. Notably, nlohmann offers an ordered_json[1] variant, so I'd like to know should we take the effort to preserve the insert order? [0] https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/SnapshotParser.java#L57-L110 [1] https://json.nlohmann.me/api/ordered_json/ -- 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]
