gabotechs commented on PR #21013: URL: https://github.com/apache/datafusion/pull/21013#issuecomment-4291049524
I was able to track a regression in our system to this PR, this behavior change seems to silently change results of the `array_remove()` function but was not really mentioned in the upgrade guide here: https://github.com/apache/datafusion/blob/main/docs/source/library-user-guide/upgrading/53.0.0.md. It seems like after this PR there is no alternative that allows removing NULL entries from arrays. Is there any guideline about what semantics are functions expected to follow? Or are function semantics are typically evaluated in a 1-by-1 case? -- 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]
