johanl-db commented on PR #44513: URL: https://github.com/apache/spark/pull/44513#issuecomment-1871326044
> ``` > - SPARK-34212 Parquet should read decimals correctly *** FAILED *** (364 milliseconds) > [info] Expected exception org.apache.spark.SparkException to be thrown, but no exception was thrown (ParquetQuerySuite.scala:1055) > [info] org.scalatest.exceptions.TestFailedException: > [info] at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472) > [info] at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471) > [info] at org.scalatest.funsuite.AnyFunSuite.newAssertionFailedException(AnyFunSuite.scala:1564) > [info] at org.scalatest.Assertions.intercept(Assertions.scala:766) > [info] at org.scalatest.Assertions.intercept$(Assertions.scala:746) > [info] at org.scalatest.funsuite.AnyFunSuite.intercept(AnyFunSuite.scala:1564) > [info] at org.apache.spark.sql.execution.datasources.parquet.ParquetQuerySuite.$anonfun$new$213(ParquetQuerySuite.scala:1055) > [info] at scala.collection.immutable.List.foreach(List.scala:333) > [info] at org.apache.spark.sql.execution.datasources.parquet.ParquetQuerySuite.$anonfun$new$211(ParquetQuerySuite.scala:1054) > [info] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) > [info] at org.apache.spark.sql.catalyst.SQLConfHelper.withSQLConf(SQLConfHelper.scala:56) > [info] at org.apache.spark.sql.catalyst.SQLConfHelper.withSQLConf$(SQLConfHelper.scala:38) > [info] at org.apache.spark.sql.execution.datasources.parquet.ParquetQuerySuite.org$apache$spark$sql$test$SQLTestUtilsBase$$super$withSQLConf(ParquetQuerySuite.scala:47) > ``` > > The failed test case seems to be related to this PR, could you check it? @johanl-db I fixed it, the last check timed out on another unrelated test though. -- 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]
