andygrove commented on a change in pull request #31793:
URL: https://github.com/apache/spark/pull/31793#discussion_r591084955



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala
##########
@@ -18,6 +18,7 @@
 package org.apache.spark.sql.execution.adaptive
 
 import java.io.File
+import java.lang.reflect.InvocationTargetException

Review comment:
       Thanks for the review. The InvocationTargetException is here because the 
test is using reflection to invoke doExecute. This exception is wrapping the 
IllegalStateException. I will update the test tomorrow to make this clearer.




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