jkosh44 commented on PR #14289: URL: https://github.com/apache/datafusion/pull/14289#issuecomment-2629048825
@jayzhan211 I just pushed another commit that will correctly return null for batch inputs. This also updates the behavior of `array_pop_front`, `array_pop_back`, and array slicing (i.e. `a[1:5]`) since those functions are all implemented using the `array_slice` implementation. I checked with DuckDB and the new behavior matches DuckDB, but may be considered a breaking change for DataFusion. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org