Skip to content

Commit c746d60

Browse files
robert3005rok
andauthored
Update cpp/src/arrow/util/byte_size.cc
Co-authored-by: Rok Mihevc <rok@mihevc.org>
1 parent 6946873 commit c746d60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/src/arrow/util/byte_size.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ struct GetByteRangesArray {
201201
RETURN_NOT_OK(range_offsets->Append(sizeof(c_type) * offset));
202202
RETURN_NOT_OK(range_lengths->Append(sizeof(c_type) * length));
203203

204-
// The following calculation is an over/under estimate of the size since views buffer
204+
// The following calculation is an over estimate of the size since views buffer
205205
// might
206206
// 1. Not reference all the values in data buffers (the array was filtered without gc)
207207
// 2. Reference a value multiple times without repeating it in the data buffer

0 commit comments

Comments
 (0)