sanjibansg commented on a change in pull request #12426:
URL: https://github.com/apache/arrow/pull/12426#discussion_r812177777



##########
File path: python/pyarrow/includes/libarrow.pxd
##########
@@ -1651,7 +1651,7 @@ cdef extern from "arrow/python/csv.h" namespace 
"arrow::py::csv":
 cdef extern from "arrow/csv/api.h" namespace "arrow::csv" nogil:
 
     cdef cppclass CCSVParseOptions" arrow::csv::ParseOptions":
-        unsigned char delimiter
+        char delimiter

Review comment:
       Changed to unsigned char for delimiter.




-- 
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]


Reply via email to