alamb commented on PR #23660: URL: https://github.com/apache/datafusion/pull/23660#issuecomment-5005694106
I don't understand this PR It claims to be a backport of - https://github.com/apache/datafusion/pull/22853 However, that PR says: > This is a latent bug today — no in-tree higher-order function exercises it — but it blocks https://github.com/apache/datafusion/pull/22689 (transform_values, which uses (k, v) -> body lambdas) and any future HOF that takes more than one parameter. Which I read to be that this isn't a user visible bug However, the PR contains a slt test that implies this is a user visible issue I think we need to explain more clearly what we are doing more clearly before backporting this to a release -- 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]
