ben-manes commented on a change in pull request #31517:
URL: https://github.com/apache/spark/pull/31517#discussion_r600139517



##########
File path: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/SubExprEvaluationRuntimeSuite.scala
##########
@@ -45,6 +45,8 @@ class SubExprEvaluationRuntimeSuite extends SparkFunSuite {
 
     val proxy3 = ExpressionProxy(Literal(3), 2, runtime)
     proxy3.eval()
+    // wait data Eviction

Review comment:
       You can disable async behavior by using 
`Caffeine.executor(Runnable::run)`. By default work is delegated to 
FJP.commonPool because we don't know how expensive the listeners might be. The 
cache itself is fast, so you can disable it for simplicity




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

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