Skip to content

Commit

Permalink
Update arrow/src/compute/kernels/substring.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
HaoYang670 and alamb authored Apr 8, 2022
1 parent 445ef41 commit ab62bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/compute/kernels/substring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fn generic_substring<OffsetSize: StringOffsetSizeTrait>(
///
/// # Warning
///
/// This function **might** return in invalid utf-8 format if strings contain chars whose codepoint > `0x007F`.
/// This function **might** return in invalid utf-8 format if the character length falls on a non-utf8 boundary.
/// ## Example of getting an invalid substring
/// ```
/// # use arrow::array::StringArray;
Expand Down

0 comments on commit ab62bbc

Please sign in to comment.