kou commented on code in PR #14136: URL: https://github.com/apache/arrow/pull/14136#discussion_r972431594
########## python/pyarrow/includes/libarrow_flight.pxd: ########## @@ -577,8 +577,8 @@ cdef extern from "arrow/python/flight.h" namespace "arrow::py::flight" nogil: unique_ptr[CSchemaResult]* out) -cdef extern from "arrow/util/variant.h" namespace "arrow" nogil: - cdef cppclass CIntStringVariant" arrow::util::Variant<int, std::string>": +cdef extern from "<optional>" namespace "std" nogil: Review Comment: `<variant>`? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org