rok commented on PR #13501: URL: https://github.com/apache/arrow/pull/13501#issuecomment-1173187174
@michalursa I'd like to enable joining tables where some of non-key columns are ExtensionTypes. Am I right to assume this should be possible? Naive approach in this PR segfaults. Trying a similar thing in c++ fails in [RadixRecordBatchSorter (vector_sort.cc)](https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/kernels/vector_sort.cc#L513) which could be fixed by disabling further checks (`VISIT_SORTABLE_PHYSICAL_TYPES`). -- 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]
