kazantsev-maksim commented on code in PR #3004:
URL: https://github.com/apache/datafusion-comet/pull/3004#discussion_r2676428474


##########
native/proto/src/proto/expr.proto:
##########
@@ -275,6 +276,22 @@ message FromJson {
   string timezone = 3;
 }
 
+message ToCsv {
+  Expr child = 1;
+  CsvWriteOptions options = 2;
+}
+
+message CsvWriteOptions {

Review Comment:
   All settings: https://spark.apache.org/docs/latest/sql-data-sources-csv.html



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