nssalian opened a new pull request, #16818:
URL: https://github.com/apache/iceberg/pull/16818

   ## Summary
   
   Follow-ups from the PR #14297 [summary 
thread](https://github.com/apache/iceberg/pull/14297#issuecomment-4354613631):
   
   1. Add javadoc to `TIE_BREAK_PRIORITY` so readers know what the constant is 
for. Update the class-level javadoc to remove the stale `TreeMap` reference and 
link to `TIE_BREAK_PRIORITY`.
   2. Move `PathNode.objectChildren` from `TreeMap` to `HashMap`. Alphabetical 
schema field order is preserved by sorting once in `createObjectTypedValue` at 
schema build time.
   3. Add debug logging in `ParquetFormatModel.buildShreddedAppender` that 
records the buffer size at construction and, per inference flush, the buffered 
row count and the inferred shredded field count.


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