LuciferYang commented on PR #42069:
URL: https://github.com/apache/spark/pull/42069#issuecomment-1655095285

   @zhenlineo Is there a chance to fix `SparkSessionE2ESuite` together in this 
pr? Maven test still failed (it also failed before this pr, but it seems that 
the server is also missing some Artifact?), thanks.
   
   ```
   SparkSessionE2ESuite:
   - interrupt all - background queries, foreground interrupt *** FAILED ***
     The code passed to eventually never returned normally. Attempted 30 times 
over 20.242366750000002 seconds. Last failure message: Some("unexpected failure 
in q2: org.apache.spark.SparkException: 
org/apache/spark/sql/connect/client/SparkResult") was not empty Error not 
empty: Some(unexpected failure in q2: org.apache.spark.SparkException: 
org/apache/spark/sql/connect/client/SparkResult). 
(SparkSessionE2ESuite.scala:69)
   - interrupt all - foreground queries, background interrupt *** FAILED ***
     "org/apache/spark/sql/connect/client/SparkResult" did not contain 
"OPERATION_CANCELED" Unexpected exception: org.apache.spark.SparkException: 
org/apache/spark/sql/connect/client/SparkResult (SparkSessionE2ESuite.scala:99)
   - interrupt tag *** FAILED ***
     The code passed to eventually never returned normally. Attempted 30 times 
over 20.238849625 seconds. Last failure message: ListBuffer() had length 0 
instead of expected length 2 Interrupted operations: ListBuffer().. 
(SparkSessionE2ESuite.scala:197)
   - interrupt operation *** FAILED ***
     org.apache.spark.SparkException: 
org/apache/spark/sql/connect/client/SparkResult
     at 
org.apache.spark.sql.connect.client.GrpcExceptionConverter$.toSparkThrowable(GrpcExceptionConverter.scala:53)
     at 
org.apache.spark.sql.connect.client.GrpcExceptionConverter$.convert(GrpcExceptionConverter.scala:30)
     at 
org.apache.spark.sql.connect.client.GrpcExceptionConverter$$anon$1.hasNext(GrpcExceptionConverter.scala:38)
     at 
org.apache.spark.sql.connect.client.SparkResult.org$apache$spark$sql$connect$client$SparkResult$$processResponses(SparkResult.scala:83)
     at 
org.apache.spark.sql.connect.client.SparkResult.operationId(SparkResult.scala:174)
     at 
org.apache.spark.sql.SparkSessionE2ESuite.$anonfun$new$31(SparkSessionE2ESuite.scala:241)
     at 
org.apache.spark.sql.connect.client.util.RemoteSparkSession.$anonfun$test$1(RemoteSparkSession.scala:235)
     at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
     at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
     at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
     ...
   ```


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