amaliujia commented on code in PR #40166:
URL: https://github.com/apache/spark/pull/40166#discussion_r1117829037


##########
connector/connect/common/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -122,8 +122,8 @@ message Read {
   }
 
   message DataSource {
-    // (Required) Supported formats include: parquet, orc, text, json, 
parquet, csv, avro.
-    string format = 1;
+    // (Optional) Supported formats include: parquet, orc, text, json, 
parquet, csv, avro.
+    optional string format = 1;

Review Comment:
   Nit: can you improve the documentation here to see what is the default 
format and/or how to configure it if there is a way?



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