cyb70289 commented on a change in pull request #12426:
URL: https://github.com/apache/arrow/pull/12426#discussion_r808622146
##########
File path: python/pyarrow/includes/libarrow.pxd
##########
@@ -1713,6 +1713,7 @@ cdef extern from "arrow/csv/api.h" namespace "arrow::csv"
nogil:
cdef cppclass CCSVWriteOptions" arrow::csv::WriteOptions":
c_bool include_header
int32_t batch_size
+ unsigned char delimiter
Review comment:
`unsigned char` or `char`?
--
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]