save-buffer commented on a change in pull request #12537:
URL: https://github.com/apache/arrow/pull/12537#discussion_r829472744



##########
File path: cpp/src/arrow/compute/kernels/vector_sort.cc
##########
@@ -893,7 +893,8 @@ class TableSorter {
 
   TableSorter(ExecContext* ctx, uint64_t* indices_begin, uint64_t* indices_end,
               const Table& table, const SortOptions& options)
-      : ctx_(ctx),

Review comment:
       not in any very detailed way, just that it was inside this constructor, 
and there was some shared_ptr being deleted. it also didn't always reproduce, 
but it stopped reproducing once i made status be initialized before it got 
passed around to other stuff. 




-- 
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]


Reply via email to