xanderbailey commented on code in PR #20813:
URL: https://github.com/apache/datafusion/pull/20813#discussion_r2902543527


##########
datafusion/proto/src/generated/datafusion_proto_common.rs:
##########
@@ -672,6 +681,15 @@ pub struct CsvOptions {
     /// Optional compression level
     #[prost(uint32, optional, tag = "19")]
     pub compression_level: ::core::option::Option<u32>,
+    /// Quote style for CSV writing
+    #[prost(enumeration = "CsvQuoteStyle", tag = "20")]
+    pub quote_style: i32,
+    /// Whether to ignore leading whitespace in string values
+    #[prost(bytes = "vec", tag = "21")]
+    pub ignore_leading_whitespace: ::prost::alloc::vec::Vec<u8>,

Review Comment:
   Following the pattern here for other bools being Vec<u8>



##########
datafusion/proto/src/generated/datafusion_proto_common.rs:
##########
@@ -672,6 +681,15 @@ pub struct CsvOptions {
     /// Optional compression level
     #[prost(uint32, optional, tag = "19")]
     pub compression_level: ::core::option::Option<u32>,
+    /// Quote style for CSV writing
+    #[prost(enumeration = "CsvQuoteStyle", tag = "20")]
+    pub quote_style: i32,
+    /// Whether to ignore leading whitespace in string values
+    #[prost(bytes = "vec", tag = "21")]
+    pub ignore_leading_whitespace: ::prost::alloc::vec::Vec<u8>,

Review Comment:
   Following the pattern here for other bools being Vec<u8>



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to