sgilmore10 commented on code in PR #36167:
URL: https://github.com/apache/arrow/pull/36167#discussion_r1235253118
##########
cpp/src/arrow/util/utf8.cc:
##########
@@ -164,5 +176,21 @@ ARROW_EXPORT Result<std::string> WideStringToUTF8(const
std::wstring& source) {
}
}
+ARROW_EXPORT Result<std::string> UTF16StringToUTF8(const std::u16string&
source) {
Review Comment:
Oh that's my bad. I copied the line from the header file but forgot to
delete `ARROW_EXPORT`. I'll submit a followup pull request.
--
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]