Aleksandar Tomic created SPARK-47264:
----------------------------------------

             Summary: Thrift server support
                 Key: SPARK-47264
                 URL: https://issues.apache.org/jira/browse/SPARK-47264
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 4.0.0
            Reporter: Aleksandar Tomic


Thrift server tests fail with following error:
repo: build/sbt -Phive-thriftserver "hive-thriftserver/testOnly 
org.apache.spark.sql.hive.thriftserver.ThriftServerQueryTestSuite -- -z 
collations.sql

error:
```
```
[info] - collations.sql *** FAILED *** (1 second, 144 milliseconds)

[13016](https://github.com/dbatomic/spark/actions/runs/8129693575/job/22217101481#step:10:13017)[info]
 Expected "[aaa aaa]", but got "[java.lang.IllegalArgumentException

[13017](https://github.com/dbatomic/spark/actions/runs/8129693575/job/22217101481#step:10:13018)[info]
 Unrecognized type name: string COLLATE 'UCS_BASIC_LCASE']" Result did not 
match for query #7

[13018](https://github.com/dbatomic/spark/actions/runs/8129693575/job/22217101481#step:10:13019)[info]
 select * from t1 where ucs_basic = 'aaa' (ThriftServerQueryTestSuite.scala:226)

[13019](https://github.com/dbatomic/spark/actions/runs/8129693575/job/22217101481#step:10:13020)[info]
 org.scalatest.exceptions.TestFailedException:

[13020](https://github.com/dbatomic/spark/actions/runs/8129693575/job/22217101481#step:10:13021)[info]
 at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)

[13021](https://github.com/dbatomic/spark/actions/runs/8129693575/job/22217101481#step:10:13022)[info]
 at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471)

[13022](https://github.com/dbatomic/spark/actions/runs/8129693575/job/22217101481#step:10:13023)[info]
 at 
org.scalatest.funsuite.AnyFunSuite.newAssertionFailedException(AnyFunSuite.scala:1564)

[13023](https://github.com/dbatomic/spark/actions/runs/8129693575/job/22217101481#step:10:13024)[info]
 at org.scalatest.Assertions.assertResult(Assertions.scala:847)

[13024](https://github.com/dbatomic/spark/actions/runs/8129693575/job/22217101481#step:10:13025)[info]
 at org.scalatest.Assertions.assertResult$(Assertions.scala:842)

[13025](https://github.com/dbatomic/spark/actions/runs/8129693575/job/22217101481#step:10:13026)[info]
 at org.scalatest.funsuite.AnyFunSuite.assertResult(AnyFunSuite.scala:1564)

[13026](https://github.com/dbatomic/spark/actions/runs/8129693575/job/22217101481#step:10:13027)[info]
 at 
org.apache.spark.sql.hive.thriftserver.ThriftServerQueryTestSuite.$anonfun$runQueries$6(ThriftServerQueryTestSuite.scala:226)
```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to