jackylee-ch commented on PR #3916: URL: https://github.com/apache/iceberg-python/pull/3916#issuecomment-5568686963
`bindInOperation` filters aboveMax/belowMin at bind time, before building the set — same place and order as here. It cannot move to the evaluators: a sentinel is `==` and hash-equal to the boundary literal, so the set collapses first. `!=` nulls split out into #3918 (draft). -- 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]
