LuciferYang commented on code in PR #39385:
URL: https://github.com/apache/spark/pull/39385#discussion_r1061369728


##########
core/src/main/protobuf/org/apache/spark/status/protobuf/store_types.proto:
##########
@@ -395,7 +395,8 @@ message SQLExecutionUIData {
   optional string error_message = 9;
   map<int64, JobExecutionStatus> jobs = 10;
   repeated int64 stages = 11;
-  map<int64, string> metric_values = 12;
+  bool metric_values_is_null = 12;

Review Comment:
   Add this field to make the following case tests pass in 
`SQLAppStatusListenerWithRocksDBBackendSuite`:
   
   - `basic`
   - `SPARK-32615,SPARK-33016: SQLMetrics validation after sparkPlanInfo 
updated in AQE`



-- 
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]

Reply via email to