grundprinzip commented on code in PR #39214:
URL: https://github.com/apache/spark/pull/39214#discussion_r1057439608
##########
connector/connect/common/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -68,6 +69,37 @@ message Relation {
StatCrosstab crosstab = 101;
StatDescribe describe = 102;
+ // Catalog API (internal-only)
Review Comment:
The better way of dealing with this is to wrap all of the catalog messages
into a parent message. This makes it easier to reason about this and eventually
remove if we want.
--
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]