Shekharrajak commented on code in PR #2991:
URL: https://github.com/apache/datafusion-comet/pull/2991#discussion_r2651481371


##########
spark/src/test/scala/org/apache/spark/sql/CometTestBase.scala:
##########
@@ -528,6 +528,30 @@ abstract class CometTestBase
     }
   }
 
+  /**
+   * Override waitForTasksToFinish to ensure SparkContext is active before 
checking tasks. This
+   * fixes the issue where waitForTasksToFinish returns -1 when SparkContext 
is not active.
+   */
+  override protected def waitForTasksToFinish(): Unit = {

Review Comment:
   this fixes the PR check error : 
   
   <img width="1343" height="844" alt="Image" 
src="https://github.com/user-attachments/assets/100c1cfe-bdbd-4057-824c-c332c2f7aad8";
 />



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