vladborovtsov commented on code in PR #47663:
URL: https://github.com/apache/arrow/pull/47663#discussion_r3153588685
##########
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.default_column_type = nullptr;
Review Comment:
Ok, agree. Just my old habits.
--
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]