felipecrv commented on code in PR #36316:
URL: https://github.com/apache/arrow/pull/36316#discussion_r1243684307
##########
cpp/src/arrow/array/array_nested.cc:
##########
@@ -74,9 +76,8 @@ Status CleanListOffsets(const Array& offsets, MemoryPool*
pool,
// Copy valid bits, ignoring the final offset (since for a length N list
array,
// we have N + 1 offsets)
ARROW_ASSIGN_OR_RAISE(
- auto clean_valid_bits,
+ auto clean_validitty_buffer,
Review Comment:
Fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]