You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/20 12:56:01 UTC

[GitHub] [spark] LuciferYang commented on a diff in pull request #39139: [WIP][SPARK-41431][CORE][SQL][UI] Protobuf serializer for SQLExecutionUIData

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org