wForget commented on code in PR #8423:
URL: https://github.com/apache/iceberg/pull/8423#discussion_r1324018089


##########
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/JobGroupUtils.java:
##########
@@ -55,10 +61,10 @@ public static <T> T withJobGroupInfo(
       SparkContext sparkContext, JobGroupInfo info, Supplier<T> supplier) {
     JobGroupInfo previousInfo = getJobGroupInfo(sparkContext);
     try {
-      setJobGroupInfo(sparkContext, info);
+      setJobGroupInfo(sparkContext, info, false);

Review Comment:
   This behavior was introduced in #2287, and it seems the original intention 
was for better Spark UI presentation, if that's the case, I think overriding 
job desc is enough.



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