ldudas-marx opened a new pull request, #15833: URL: https://github.com/apache/iceberg/pull/15833
The Identity transformation projection functions left out the predicate's term part if it was not a reference. This lead to type mismatch errors or incorrect results. In this case unfortunately we cannot safely project the term part as not all visitors support non-reference terms. Refactored TestProjection tests to use the ParameterizedTest feature for better visibility. Closes https://github.com/apache/iceberg/issues/15502 Coded with the help of Github Copilot and claude-sonnet-4.6 (code completion) (Recreated after https://github.com/apache/iceberg/pull/15665 was messed up) -- 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]
