LuciferYang commented on code in PR #39139:
URL: https://github.com/apache/spark/pull/39139#discussion_r1055275607
##########
core/src/main/protobuf/org/apache/spark/status/protobuf/store_types.proto:
##########
@@ -239,4 +239,25 @@ message RDDStorageInfo {
message RDDStorageInfoWrapper {
RDDStorageInfo info = 1;
-}
\ No newline at end of file
+}
+
+message SQLPlanMetric {
Review Comment:
If we define all proto messages in the core module, I think we can skip
shading protobuf in SQL module, the generated message code can find the
corresponding `shaded+relocated` dependencies in the core module
--
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]