jayzhan211 commented on code in PR #7348:
URL: https://github.com/apache/arrow-datafusion/pull/7348#discussion_r1300196280
##########
datafusion/physical-expr/src/array_expressions.rs:
##########
@@ -601,6 +601,22 @@ pub fn array_slice(args: &[ArrayRef]) -> Result<ArrayRef> {
define_array_slice(list_array, key, extra_key, false)
}
+pub fn array_pop_back(args: &[ArrayRef]) -> Result<ArrayRef> {
Review Comment:
Next pr.
--
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]