Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update src/compute/lower.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Nov 29, 2021
1 parent 458f6aa commit 6eba31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compute/lower.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub fn lower(array: &dyn Array) -> Result<Box<dyn Array>> {
array
.as_any()
.downcast_ref::<Utf8Array<i32>>()
.expect("A large string is expected"),
.expect("A string is expected"),
))),
_ => Err(ArrowError::InvalidArgumentError(format!(
"lower does not support type {:?}",
Expand Down

0 comments on commit 6eba31a

Please sign in to comment.