pitrou commented on a change in pull request #8805:
URL: https://github.com/apache/arrow/pull/8805#discussion_r542433177
##########
File path: python/pyarrow/includes/libarrow.pxd
##########
@@ -1788,6 +1788,25 @@ cdef extern from "arrow/compute/api.h" namespace
"arrow::compute" nogil:
CPartitionNthOptions(int64_t pivot)
int64_t pivot
+ enum CSortOrder" arrow::compute::SortOrder":
Review comment:
I think this should be `ctypedef enum` because
`arrow::compute::SortOrder` is a scoped enum (it's declared as `enum class
SortOrder`).
Hopefully that'd fix the compile error on CI.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]