psvri opened a new pull request, #15070: URL: https://github.com/apache/iceberg/pull/15070
Closes #15069 I made changes in this PR Based on the [iceberg spec](https://iceberg.apache.org/spec/#sorting) `-NaN < -Infinity < -value < -0 < 0 < value < Infinity < NaN` . When we have nanValueCount > 0 in dataFile, we make `hasValue` fn return false. This in turn will make `Aggregator.isValid` return false there by on spark side we wont push down aggregation. -- 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]
