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 27, 2023
1 parent f9b8164 commit 4252f3f
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 @@ -784,7 +784,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 4252f3f

Please sign in to comment.