LukasRupprecht commented on PR #49995:
URL: https://github.com/apache/spark/pull/49995#issuecomment-2670103369

   Hmm, looks like the build failures are in `ShowTablesExec`:
   ```
   [error] 
/home/runner/work/spark/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/ShowTablesExec.scala:28:30:
 object ArrayImplicits is not a member of package org.apache.spark.util
   [error] import org.apache.spark.util.ArrayImplicits._
   [error]                              ^
   [info] done compiling
   [info] compiling 11 Scala sources to 
/home/runner/work/spark/spark/mllib-local/target/scala-2.12/test-classes ...
   [error] 
/home/runner/work/spark/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/ShowTablesExec.scala:54:57:
 value toImmutableArraySeq is not a member of Array[String]
   [error]         .isTempView((ident.namespace() :+ 
ident.name()).toImmutableArraySeq)
   [error]
   ```
   which this PR is not touching. I just rebased and checks are running again.
   


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