pitrou commented on a change in pull request #10882:
URL: https://github.com/apache/arrow/pull/10882#discussion_r683190818
##########
File path: cpp/src/arrow/csv/options.cc
##########
@@ -43,6 +43,7 @@ ConvertOptions ConvertOptions::Defaults() {
"NULL", "NaN", "n/a", "nan", "null"};
options.true_values = {"1", "True", "TRUE", "true"};
options.false_values = {"0", "False", "FALSE", "false"};
+ options.timestamp_parsers = {};
Review comment:
Why is this necessary? `std::vector` is initialized to an empty vector
by default.
--
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]