electrum opened a new issue #295: Normalize NaN values for bucketing URL: https://github.com/apache/incubator-iceberg/issues/295 We should use `doubleToLongBits` rather than `doubleToRawLongBits`. This allows pushdown of expressions like `is_nan(x)` that check if a value is NaN (compared to normal equality as NaN values are never equal).
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
