amaliujia commented on code in PR #38086:
URL: https://github.com/apache/spark/pull/38086#discussion_r990924763
##########
connector/connect/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -65,11 +65,25 @@ message SQL {
message Read {
oneof read_type {
NamedTable named_table = 1;
+ FileDataSource file_data_source = 2;
}
message NamedTable {
repeated string parts = 1;
}
+
+ message FileDataSource {
+ repeated string path = 1;
+ string format = 2;
Review Comment:
required
--
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]