zhongyujiang commented on issue #9130: URL: https://github.com/apache/iceberg/issues/9130#issuecomment-1822694319
Since NaNs are not permitted as lower or upper bounds in Iceberg, should we convert Spark's `col > x` filter to Iceberg's `col > x OR col is NaN` if `col` is `float` or `double` type? I guess that would solve the problem right? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org