wgtmac commented on code in PR #47524: URL: https://github.com/apache/arrow/pull/47524#discussion_r2343499925
########## cpp/src/arrow/csv/options.h: ########## @@ -188,6 +188,9 @@ struct ARROW_EXPORT WriteOptions { /// Whether to write an initial header line with column names bool include_header = true; + /// \brief Quoting style of header + QuotingStyle quoting_header = QuotingStyle::Needed; Review Comment: nit: add it to the end so we don't break people using initialization like `WriteOptions options {true, 1024};` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org