emkornfield commented on a change in pull request #11863:
URL: https://github.com/apache/arrow/pull/11863#discussion_r763434419
##########
File path: cpp/src/arrow/csv/writer.cc
##########
@@ -253,6 +263,8 @@ class QuotedColumnPopulator : public ColumnPopulator {
// at some point we should change this to use memory_pool
// backed allocator.
std::vector<bool> row_needs_escaping_;
+ bool escaping_;
Review comment:
nit: const for this and escape_char_
--
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]