A0R0P0I7T commented on PR #9927: URL: https://github.com/apache/gravitino/pull/9927#issuecomment-3928897090
Hi @yuqi1129, I have addressed the failed test. The root cause was that `Map.of()` does not guarantee insertion order, causing the serialized `properties` JSON to differ from the expected output. The fix wraps the properties map in a `TreeMap` during serialization in `IndexSerializer`, ensuring keys are always sorted alphabetically and the output is deterministic regardless of the input map type. Could you please review when you get a chance? Thank you! -- 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]
