We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6946873 commit c746d60Copy full SHA for c746d60
1 file changed
cpp/src/arrow/util/byte_size.cc
@@ -201,7 +201,7 @@ struct GetByteRangesArray {
201
RETURN_NOT_OK(range_offsets->Append(sizeof(c_type) * offset));
202
RETURN_NOT_OK(range_lengths->Append(sizeof(c_type) * length));
203
204
- // The following calculation is an over/under estimate of the size since views buffer
+ // The following calculation is an over estimate of the size since views buffer
205
// might
206
// 1. Not reference all the values in data buffers (the array was filtered without gc)
207
// 2. Reference a value multiple times without repeating it in the data buffer
0 commit comments