alamb commented on code in PR #6927:
URL: https://github.com/apache/arrow-datafusion/pull/6927#discussion_r1273420825
##########
datafusion/proto/proto/datafusion.proto:
##########
@@ -88,6 +88,10 @@ message ProjectionColumns {
message CsvFormat {
bool has_header = 1;
string delimiter = 2;
+ string quote = 3;
+ oneof optional_escape {
Review Comment:
I think it is necessary to encode the fact that the escape might be `None`
or might be `Some(..)` -- the other fields like `quote` are always some
particular value
--
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]