Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jan 2, 2022
1 parent ab6e50c commit c8737a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arrow/src/array/array_union.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ impl UnionArray {
/// are used to index into the `child_arrays`.
///
/// The `value_offsets` `Buffer` is only provided in the case of a dense union, sparse unions
/// should use `None`. If provided the `value_offsets` `Buffer` should contain `i32` values
/// The values in this array should be greater than zero and must be less than the length of the overall
/// array.
/// should use `None`. If provided the `value_offsets` `Buffer` should contain `i32` values.
/// The values in this array should be greater than zero and must be less than the length of the
/// overall array.
///
/// In both cases above we use signed integer types to maintain compatibility with other
/// Arrow implementations.
Expand Down

0 comments on commit c8737a1

Please sign in to comment.