zhenlineo commented on code in PR #40498:
URL: https://github.com/apache/spark/pull/40498#discussion_r1142775827
##########
connector/connect/common/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -148,6 +143,13 @@ message Read {
// This is only supported by the JDBC data source.
repeated string predicates = 5;
}
+
+ // Options for data sources and named table.
+ //
+ // When using for data sources, the context of this map varies based on the
+ // data source format. This options could be empty for valid data source
format.
+ // The map key is case insensitive.
+ map<string, string> options = 3;
Review Comment:
What's the policy around "breaking changes"?
--
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]