You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-48639][CONNECT][PYTHON] Add Origin to RelationCommon
### What changes were proposed in this pull request?
This PR proposes to add `Origin` (from #46789) to `Relation.RelationCommon`
This is a revert of the revert.
### Why are the changes needed?
To have the common protobuf message to keep the source code info.
```diff
- // TODO(SPARK-48639): Add origin like Expression.ExpressionCommon
-
- // (Required) Shared relation metadata.
- string source_info = 1;
+ // (Optional) Shared relation metadata.
+ reserved 1;
```
This is considered as a breaking change, and we should fix up all other branches down to avoid, which isn't really worthwhile.
### Does this PR introduce _any_ user-facing change?
No. This is not used.
### How was this patch tested?
CI should validate protobuf definition, and exiting tests should pass.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#47115 from HyukjinKwon/SPARK-48639-followup.
Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
0 commit comments