LuciferYang commented on code in PR #39139:
URL: https://github.com/apache/spark/pull/39139#discussion_r1053285462
##########
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:
Should we define it in the `core` module? Maybe it's better to put it in the
`sql` 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]