ferhatelmas opened a new pull request, #1877: URL: https://github.com/apache/iceberg-go/pull/1877
`Int64Literal.To(DateType)` narrowed with a plain `DateLiteral(i)` conversion, silently wrapping out-of-range values so `Eq`/`In` predicates could match rows the user never asked for. Return `Int32AboveMaxLiteral()`/`Int32BelowMinLiteral()` instead, similar to int64 -> int32 narrowing. Binding already handles the sentinels: unary predicates simplify to `AlwaysFalse`/`AlwaysTrue`, and set predicates drop the impossible members (#1870). related to #1870 and #1872 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
