mapleFU commented on PR #36702:
URL: https://github.com/apache/arrow/pull/36702#issuecomment-1640274378
```
Error compiling Cython file:
------------------------------------------------------------
...
cdef cppclass CFlightListing" arrow::flight::FlightListing":
CResult[unique_ptr[CFlightInfo]] Next()
cdef cppclass CSimpleFlightListing"
arrow::flight::SimpleFlightListing":
CSimpleFlightListing(vector[CFlightInfo]&& info)
^
------------------------------------------------------------
pyarrow/includes/libarrow_flight.pxd:175:28: Rvalue-reference as function
argument not supported
Error compiling Cython file:
------------------------------------------------------------
...
# Text header values in gRPC (and HTTP/1, HTTP/2) are
# required to be valid ASCII. Binary header values are
# exposed as bytes.
value = value.decode("ascii")
headers.setdefault(header, []).append(value)
postincrement(header_iter)
^
------------------------------------------------------------
```
hmm...
--
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]