Chao Sun created SPARK-33493:
--------------------------------

             Summary: Scala 2.13 build with SBT failure
                 Key: SPARK-33493
                 URL: https://issues.apache.org/jira/browse/SPARK-33493
             Project: Spark
          Issue Type: Bug
          Components: Build
    Affects Versions: 3.0.1
            Reporter: Chao Sun


Github actions sometimes fail with:
{code}
[error] 
/home/runner/work/spark/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala:1417:41:
 type mismatch;
[error]  found   : 
scala.collection.mutable.Buffer[org.apache.spark.unsafe.types.UTF8String]
[error]  required: Seq[org.apache.spark.unsafe.types.UTF8String]
[error]                 case null => LikeAll(e, patterns)
[error]                                         ^
[error] 
/home/runner/work/spark/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala:1418:41:
 type mismatch;
[error]  found   : 
scala.collection.mutable.Buffer[org.apache.spark.unsafe.types.UTF8String]
[error]  required: Seq[org.apache.spark.unsafe.types.UTF8String]
[error]                 case _ => NotLikeAll(e, patterns)
[error]                                         ^
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to