Kimahriman commented on code in PR #36701:
URL: https://github.com/apache/arrow/pull/36701#discussion_r1303421502
##########
python/pyarrow/src/arrow/python/numpy_to_arrow.cc:
##########
@@ -656,6 +693,33 @@ Status AppendUTF32(const char* data, int itemsize, int
byteorder,
reinterpret_cast<const uint8_t*>(PyBytes_AS_STRING(utf8_obj.obj())),
length);
}
+Status AppendUTF32(const char* data, int itemsize, int byteorder,
+ ::arrow::LargeStringBuilder* builder) {
Review Comment:
Figured out how to get it working as a template, wasn't expecting it to be
possible without a common base class for the two builders
--
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]