karuppayya commented on code in PR #52213:
URL: https://github.com/apache/spark/pull/52213#discussion_r2418208485
##########
sql/core/src/test/scala/org/apache/spark/sql/InjectRuntimeFilterSuite.scala:
##########
@@ -205,6 +206,9 @@ class InjectRuntimeFilterSuite extends QueryTest with
SQLTestUtils with SharedSp
sql("analyze table bf5part compute statistics for columns a5, b5, c5, d5,
e5, f5")
sql("analyze table bf5filtered compute statistics for columns a5, b5, c5,
d5, e5, f5")
+ // Tests depend on intermediate results that would otherwise be cleaned up
when
Review Comment:
The task fails already from not being able to fetch the shuffle.
When the FetchFailed event is handled by the [DAGScheduler Event
loop](https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/EventLoop.scala#L54),
it tries to unregister the shuffle(thats already removed) and throws a
*SparkException*, which ends up [stopping
SparkContext](https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala#L3282).
Since i didnt have a way to avoid the sc shutdown, i ended fixing the test
data. But please let me know if there is a way around.
<img width="743" height="217" alt="Screenshot 2025-10-09 at 4 42 00 PM"
src="https://github.com/user-attachments/assets/c5b60f8d-3a2c-4e1b-a524-d79b2ac9a8b2"
/>
--
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]