You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "pitrou (via GitHub)" <gi...@apache.org> on 2023/06/27 11:44:52 UTC

[GitHub] [arrow] pitrou commented on a diff in pull request #36316: GH-36317: [C++] Return a BufferVector from CleanListOffsets

pitrou commented on code in PR #36316:
URL: https://github.com/apache/arrow/pull/36316#discussion_r1243598824


##########
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:
   Obvious typo in variable name here.



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org