WillAyd commented on issue #37650: URL: https://github.com/apache/arrow/issues/37650#issuecomment-1723512777
From a source build I was able to trace the segfault to this line: https://github.com/apache/arrow/blob/3db62050daa67b927810574dea60fd5b84bcb523/cpp/src/arrow/compute/kernels/vector_selection_filter_internal.cc#L1002 It looks like `filter_type` on the preceding line is `nullptr`. It looks like the `!` and `==` operators are overloaded on the `DataType` in a way that you can't simply compare this to `filter_type`; I'm not sure if that is a problem with the construction of the `DataType` or a bad argument making its way into this call in the first place, but hope that context is helpful -- 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]
