comphead commented on PR #21013: URL: https://github.com/apache/datafusion/pull/21013#issuecomment-4291272507
Thanks @gabotechs for pointing this out. so `array_remove` become in sync with other query engines. `array_compact` would serve better if you looking to remove NULLs from the array. Let me add the description to `Upgrade guide`. For the fix, we can plan a 53.2.0 hotfix having `array_compact` in there, if its urgent. Alternatively is to use DF52 until DF54 released -- 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]
