bkietz commented on code in PR #40271:
URL: https://github.com/apache/arrow/pull/40271#discussion_r1511199043
##########
cpp/src/arrow/csv/writer.cc:
##########
@@ -108,6 +108,17 @@ int64_t CountQuotes(std::string_view s) {
constexpr int64_t kQuoteCount = 2;
constexpr int64_t kQuoteDelimiterCount = kQuoteCount + /*end_char*/ 1;
+#ifndef CSV_WRITER_DISPATCH_STRING_ARRAY_TYPE
+#define CSV_WRITER_DISPATCH_STRING_ARRAY_TYPE(array, func, ...) \
Review Comment:
Please replace this macro with usage of VisitArrayInline or so
--
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]