syun64 commented on issue #337: URL: https://github.com/apache/iceberg-python/issues/337#issuecomment-1929444170
Hey, thank you for flagging this again. I think we must have misunderstood the problem at first: the issue here is that current_{min, max} is not None and that val is None, possible because the minimum value within the row groups are different. `min(date(2024, 2, 4), None` raises the same exception as above (the order of the comparison objects is reversed for the min operator). I think the fix is clear here now that we understand the issue… @Fokko do you agree that we need to generate a next RC for this issue? -- 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