org.scalatest.exceptions.TestFailedException: "cannot resolve 'CAST(`1.3` AS BINARY)' due to data type mismatch: cannot cast decimal(2,1) to binary;; 'Project [cast(1.3#71895 as binary) AS f0#71898] +- Project [1.3 AS 1.3#71895] +- OneRowRelation " did not contain "data type mismatch: cannot cast DecimalType(2,1) to BinaryType"
sbt.ForkMain$ForkError: org.scalatest.exceptions.TestFailedException: "cannot resolve 'CAST(`1.3` AS BINARY)' due to data type mismatch: cannot cast decimal(2,1) to binary;;
'Project [cast(1.3#71895 as binary) AS f0#71898]
+- Project [1.3 AS 1.3#71895]
+- OneRowRelation
" did not contain "data type mismatch: cannot cast DecimalType(2,1) to BinaryType"
at org.scalatest.Assertions$class.newAssertionFailedException(Assertions.scala:528)
at org.scalatest.FunSuite.newAssertionFailedException(FunSuite.scala:1560)
at org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:501)
at org.apache.spark.sql.hive.client.VersionsSuite$$anonfun$6$$anonfun$apply$22$$anonfun$apply$mcV$sp$7$$anonfun$apply$23.apply$mcV$sp(VersionsSuite.scala:782)
at org.apache.spark.sql.hive.client.VersionsSuite.withTable(VersionsSuite.scala:68)
at org.apache.spark.sql.hive.client.VersionsSuite$$anonfun$6$$anonfun$apply$22$$anonfun$apply$mcV$sp$7.apply(VersionsSuite.scala:761)
at org.apache.spark.sql.hive.client.VersionsSuite$$anonfun$6$$anonfun$apply$22$$anonfun$apply$mcV$sp$7.apply(VersionsSuite.scala:760)
at scala.collection.immutable.List.foreach(List.scala:381)
at org.apache.spark.sql.hive.client.VersionsSuite$$anonfun$6$$anonfun$apply$22.apply$mcV$sp(VersionsSuite.scala:760)
at org.apache.spark.sql.hive.client.VersionsSuite$$anonfun$6$$anonfun$apply$22.apply(VersionsSuite.scala:737)
at org.apache.spark.sql.hive.client.VersionsSuite$$anonfun$6$$anonfun$apply$22.apply(VersionsSuite.scala:737)
at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:186)
at org.apache.spark.SparkFunSuite.withFixture(SparkFunSuite.scala:68)
at org.scalatest.FunSuiteLike$class.invokeWithFixture$1(FunSuiteLike.scala:183)
at org.scalatest.FunSuiteLike$$anonfun$runTest$1.apply(FunSuiteLike.scala:196)
at org.scalatest.FunSuiteLike$$anonfun$runTest$1.apply(FunSuiteLike.scala:196)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:289)
at org.scalatest.FunSuiteLike$class.runTest(FunSuiteLike.scala:196)
at org.scalatest.FunSuite.runTest(FunSuite.scala:1560)
at org.scalatest.FunSuiteLike$$anonfun$runTests$1.apply(FunSuiteLike.scala:229)
at org.scalatest.FunSuiteLike$$anonfun$runTests$1.apply(FunSuiteLike.scala:229)
at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:396)
at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:384)
at scala.collection.immutable.List.foreach(List.scala:381)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)
at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:379)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:461)
at org.scalatest.FunSuiteLike$class.runTests(FunSuiteLike.scala:229)
at org.scalatest.FunSuite.runTests(FunSuite.scala:1560)
at org.scalatest.Suite$class.run(Suite.scala:1147)
at org.scalatest.FunSuite.org$scalatest$FunSuiteLike$$super$run(FunSuite.scala:1560)
at org.scalatest.FunSuiteLike$$anonfun$run$1.apply(FunSuiteLike.scala:233)
at org.scalatest.FunSuiteLike$$anonfun$run$1.apply(FunSuiteLike.scala:233)
at org.scalatest.SuperEngine.runImpl(Engine.scala:521)
at org.scalatest.FunSuiteLike$class.run(FunSuiteLike.scala:233)
at org.apache.spark.SparkFunSuite.org$scalatest$BeforeAndAfterAll$$super$run(SparkFunSuite.scala:31)
at org.scalatest.BeforeAndAfterAll$class.liftedTree1$1(BeforeAndAfterAll.scala:213)
at org.scalatest.BeforeAndAfterAll$class.run(BeforeAndAfterAll.scala:210)
at org.apache.spark.SparkFunSuite.run(SparkFunSuite.scala:31)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:314)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:480)
at sbt.ForkMain$Run$2.call(ForkMain.java:296)
at sbt.ForkMain$Run$2.call(ForkMain.java:286)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)