codope commented on PR #11969: URL: https://github.com/apache/hudi/pull/11969#issuecomment-2376716554
@nsivabalan Iceberg supports [stats](https://iceberg.apache.org/spec/#sort-orders) partially for record and array types unless the user has specified `ignore` in the schema. By partially, I mean it supports null count, but not min/max. So, I think we need to continue supporting such fields and cannot exclude them because even if min/max values maybe null but null count will still be there. I have added assertion for null count as well in the test now. -- 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]
