jbapple commented on pull request #2069:
URL: https://github.com/apache/iceberg/pull/2069#issuecomment-761231825


   Odd, maybe we're trying different things. What does this print for you?
   
   ```
   public class Comp {
     public static void main(String[] args) {
        System.out.println(Double.NaN > 0.0);
     }
   }
   ```
   
   I'm on OpenJDK 1.8, and this prints `false` for me.
   


----------------------------------------------------------------
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]

Reply via email to