findepi opened a new pull request #2891: URL: https://github.com/apache/iceberg/pull/2891
In Java, -NaN is not distinguishable from NaN (is the same value, as introspectable with `Float.floatToIntBits` or `Double.doubleToLongBits`). Moreover, Java sorts all possible `NaN` values within single peer group. The different NaN values compare equal, even if they are not the same. They always compare as "greater" than positive infinity. cc @yyanyy @rdblue @electrum -- 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]
