Skip to content

Commit

Permalink
Update connector/connect/common/src/main/protobuf/spark/connect/relat…
Browse files Browse the repository at this point in the history
…ions.proto

Co-authored-by: Martin Grund <grundprinzip@gmail.com>
  • Loading branch information
HyukjinKwon and grundprinzip committed Jun 19, 2024
1 parent 28627ce commit 20ac262
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ message Unknown {}
// Common metadata of all relations.
message RelationCommon {
// (Optional) Shared relation metadata.
string source_info = 1 [deprecated=true];
reserved 1;

// (Optional) A per-client globally unique id for a given connect plan.
optional int64 plan_id = 2;
Expand Down

0 comments on commit 20ac262

Please sign in to comment.