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



##########
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:
       Yes, it was segfaulting when it was resetting the error because it was 
trying to delete an uninitialized object (or something like that, I fixed it a 
while ago and don't remember the exact details).




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