karuppayya commented on code in PR #52213: URL: https://github.com/apache/spark/pull/52213#discussion_r2375751157
########## 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: I think there is an issue with Inject Runtime Filters and Adaptive. The subquery should populate the bloom filter before the actual query runs. But when adpative is enabled, the query doesnt wait for the subquery results which is the actual issue. (This is not related to this PR itself, instead a completely different issue IMO. But this PR cannot be merged before the subquery issue is fixed ) -- 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-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org