lidavidm commented on a change in pull request #10503:
URL: https://github.com/apache/arrow/pull/10503#discussion_r651780106
##########
File path: cpp/src/arrow/csv/options.h
##########
@@ -74,11 +74,18 @@ struct ARROW_EXPORT ConvertOptions {
std::vector<std::string> true_values;
/// Recognized spellings for boolean false values
std::vector<std::string> false_values;
+
/// Whether string / binary columns can have null values.
///
/// If true, then strings in "null_values" are considered null for string
columns.
/// If false, then all strings are valid string values.
bool strings_can_be_null = false;
+ /// Whether string / binary columns can have quotednull values.
Review comment:
```suggestion
/// Whether string / binary columns can have quoted null values.
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]