aocsa commented on a change in pull request #11019:
URL: https://github.com/apache/arrow/pull/11019#discussion_r700715908



##########
File path: cpp/src/arrow/compute/kernels/vector_sort.cc
##########
@@ -156,7 +161,7 @@ struct ChunkedArrayResolver {
   }
 
   int64_t num_chunks_;
-  const Array* const* chunks_;
+  const std::vector<const Array*> chunks_;

Review comment:
       Yes there was an issue, a holder for this pointer  was needed




-- 
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-unsubscr...@arrow.apache.org

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


Reply via email to