RussellSpitzer commented on issue #2492: URL: https://github.com/apache/iceberg/issues/2492#issuecomment-822835349
Do you think if lower and upper bounds are NaN, then we are probably safe right? We could just add in a bail out if (lowerBounds == upperBounds && value < lowerBounds ) return False ? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
