Skip to content

Commit

Permalink
use execution error
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Dec 18, 2023
1 parent aa79691 commit 034c50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-expr/src/array_expressions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ pub fn array_pop_front(args: &[ArrayRef]) -> Result<ArrayRef> {
let array = as_large_list_array(&args[0])?;
general_pop_list::<i64>(array, true)
}
_ => not_impl_err!(
_ => exec_err!(
"array_pop_front does not support type: {:?}",
array_data_type
),
Expand Down

0 comments on commit 034c50f

Please sign in to comment.