zhengruifeng commented on code in PR #39925:
URL: https://github.com/apache/spark/pull/39925#discussion_r1100881330
##########
connector/connect/common/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -91,8 +91,11 @@ message Unknown {}
// Common metadata of all relations.
message RelationCommon {
+ // (Required) A globally unique id for a given connect plan.
+ int64 plan_id = 1;
+
// (Required) Shared relation metadata.
- string source_info = 1;
+ string source_info = 2;
Review Comment:
ok
--
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]