dongjoon-hyun commented on code in PR #49007:
URL: https://github.com/apache/spark/pull/49007#discussion_r1903361419


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala:
##########
@@ -749,6 +749,7 @@ class AdaptiveQueryExecSuite
     // so retry several times here to avoid unit test failure.
     eventually(timeout(15.seconds), interval(500.milliseconds)) {
       withSQLConf(
+        SQLConf.ARTIFACTS_SESSION_ISOLATION_ALWAYS_APPLY_CLASSLOADER.key -> 
"true",

Review Comment:
   Also, I'm observing this test case failure still in some environments 
although this PR claims that `These tests will not fail after this PR`.
   > Also, some existing tests will fail when the config 
ARTIFACTS_SESSION_ISOLATION_ALWAYS_APPLY_CLASSLOADER is enabled:
   > AdaptiveQueryExecSuite: SPARK-37753: Inhibit broadcast in left outer join 
when there are many empty partitions on outer/left side
   > DatasetOptimizationSuite: SPARK-27871: Dataset encoder should benefit from 
codegen cache
   > These tests will not fail after this PR.



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