woj-i commented on PR #40821: URL: https://github.com/apache/spark/pull/40821#issuecomment-1541324494
I merged this branch with the most recent master branch hoping it solves the build issue. I have another build failure, now different error, IMO still unrelated to the change: ``` ThriftServerWithSparkContextInHttpSuite.(It is not a test it is a sbt.testing.SuiteSelector) java.lang.IllegalStateException: Cannot call methods on a stopped SparkContext. This stopped SparkContext was created at: org.apache.spark.sql.hive.thriftserver.ThriftServerWithSparkContextInHttpSuite.beforeAll(ThriftServerWithSparkContextSuite.scala:226) org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:212) org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210) org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208) org.apache.spark.SparkFunSuite.run(SparkFunSuite.scala:67) org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321) org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517) sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:413) java.util.concurrent.FutureTask.run(FutureTask.java:266) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:750) The currently active SparkContext was created at: (No active SparkContext.) ``` -- 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]
