ArnavBalyan opened a new pull request, #9188: URL: https://github.com/apache/paimon/pull/9188
### Purpose - Iceberg manifest partition summaries incorrectly include NaN in lower or upper bounds. - This causes mixed finite and NaN partitions to use NaN as the upper bound, while all-NaN partitions produce NaN bounds instead of null bounds. - Fix by tracking `contains_nan` separately and excluding NaN values when collecting partition bounds. ### Tests - UT -- 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]
