wForget commented on PR #2235: URL: https://github.com/apache/datafusion-comet/pull/2235#issuecomment-3223365584
Unrelated failure: ``` [info] - rocksdb range scan - variable size non-ordering columns with double type values are supported (encoding = unsaferow) - with colFamiliesEnabled=true (without changelog checkpointing) (encoding = avro) *** FAILED *** (42 milliseconds) [info] Set(22, 23) did not contain 21 (RocksDBStateStoreSuite.scala:462) [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.Assertions$.newAssertionFailedException(Assertions.scala:1231) [info] at org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:1295) [info] at org.apache.spark.sql.execution.streaming.state.RocksDBStateStoreSuite.$anonfun$new$46(RocksDBStateStoreSuite.scala:462) [info] at org.apache.spark.sql.execution.streaming.state.RocksDBStateStoreSuite.$anonfun$new$46$adapted(RocksDBStateStoreSuite.scala:458) [info] at scala.collection.Iterator$$anon$9.next(Iterator.scala:584) [info] at scala.collection.immutable.List.prependedAll(List.scala:156) [info] at scala.collection.immutable.List$.from(List.scala:685) [info] at scala.collection.immutable.List$.from(List.scala:682) [info] at scala.collection.SeqFactory$Delegate.from(Factory.scala:306) [info] at scala.collection.immutable.Seq$.from(Seq.scala:42) [info] at scala.collection.IterableOnceOps.toSeq(IterableOnce.scala:1473) [info] at scala.collection.IterableOnceOps.toSeq$(IterableOnce.scala:1473) [info] at scala.collection.AbstractIterator.toSeq(Iterator.scala:1306) [info] at org.apache.spark.sql.execution.streaming.state.RocksDBStateStoreSuite.$anonfun$new$44(RocksDBStateStoreSuite.scala:458) [info] at org.apache.spark.sql.execution.streaming.state.RocksDBStateStoreSuite.$anonfun$new$44$adapted(RocksDBStateStoreSuite.scala:428) [info] at org.apache.spark.sql.execution.streaming.state.StateStoreSuiteBase.tryWithProviderResource(StateStoreSuite.scala:1767) [info] at org.apache.spark.sql.execution.streaming.state.RocksDBStateStoreSuite.$anonfun$new$43(RocksDBStateStoreSuite.scala:428) [info] at org.apache.spark.sql.execution.streaming.state.RocksDBStateStoreSuite.$anonfun$new$43$adapted(RocksDBStateStoreSuite.scala:420) [info] at org.apache.spark.sql.execution.streaming.state.AlsoTestWithRocksDBFeatures.$anonfun$testWithColumnFamiliesAndEncodingTypes$3(RocksDBSuite.scala:216) [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.streaming.state.RocksDBStateStoreSuite.org$apache$spark$sql$test$SQLTestUtilsBase$$super$withSQLConf(RocksDBStateStoreSuite.scala:46) [info] at org.apache.spark.sql.test.SQLTestUtilsBase.withSQLConf(SQLTestUtils.scala:301) [info] at org.apache.spark.sql.test.SQLTestUtilsBase.withSQLConf$(SQLTestUtils.scala:297) [info] at org.apache.spark.sql.execution.streaming.state.RocksDBStateStoreSuite.withSQLConf(RocksDBStateStoreSuite.scala:46) [info] at org.apache.spark.sql.execution.streaming.state.AlsoTestWithRocksDBFeatures.$anonfun$testWithColumnFamiliesAndEncodingTypes$2(RocksDBSuite.scala:216) [info] at org.apache.spark.sql.execution.streaming.state.AlsoTestWithRocksDBFeatures.$anonfun$testWithColumnFamiliesAndEncodingTypes$2$adapted(RocksDBSuite.scala:214) [info] at org.apache.spark.sql.execution.streaming.state.AlsoTestWithRocksDBFeatures.$anonfun$testWithColumnFamilies$5(RocksDBSuite.scala:248) [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.streaming.state.RocksDBStateStoreSuite.org$apache$spark$sql$test$SQLTestUtilsBase$$super$withSQLConf(RocksDBStateStoreSuite.scala:46) [info] at org.apache.spark.sql.test.SQLTestUtilsBase.withSQLConf(SQLTestUtils.scala:301) [info] at org.apache.spark.sql.test.SQLTestUtilsBase.withSQLConf$(SQLTestUtils.scala:297) [info] at org.apache.spark.sql.execution.streaming.state.RocksDBStateStoreSuite.withSQLConf(RocksDBStateStoreSuite.scala:46) [info] at org.apache.spark.sql.execution.streaming.state.AlsoTestWithRocksDBFeatures.$anonfun$testWithChangelogCheckpointingDisabled$1(RocksDBSuite.scala:186) [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.streaming.state.RocksDBStateStoreSuite.org$apache$spark$sql$test$SQLTestUtilsBase$$super$withSQLConf(RocksDBStateStoreSuite.scala:46) [info] at org.apache.spark.sql.test.SQLTestUtilsBase.withSQLConf(SQLTestUtils.scala:301) [info] at org.apache.spark.sql.test.SQLTestUtilsBase.withSQLConf$(SQLTestUtils.scala:297) [info] at org.apache.spark.sql.execution.streaming.state.RocksDBStateStoreSuite.withSQLConf(RocksDBStateStoreSuite.scala:46) [info] at org.apache.spark.sql.execution.streaming.state.AlsoTestWithEncodingTypes.$anonfun$test$2(RocksDBSuite.scala:126) [info] at org.scalatest.enablers.Timed$$anon$1.timeoutAfter(Timed.scala:127) [info] at org.scalatest.concurrent.TimeLimits$.failAfterImpl(TimeLimits.scala:282) [info] at org.scalatest.concurrent.TimeLimits.failAfter(TimeLimits.scala:231) [info] at org.scalatest.concurrent.TimeLimits.failAfter$(TimeLimits.scala:230) [info] at org.apache.spark.SparkFunSuite.failAfter(SparkFunSuite.scala:69) [info] at org.apache.spark.SparkFunSuite.$anonfun$test$2(SparkFunSuite.scala:155) [info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85) [info] at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83) [info] at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104) [info] at org.scalatest.Transformer.apply(Transformer.scala:22) [info] at org.scalatest.Transformer.apply(Transformer.scala:20) [info] at org.scalatest.funsuite.AnyFunSuiteLike$$anon$1.apply(AnyFunSuiteLike.scala:226) [info] at org.apache.spark.SparkFunSuite.withFixture(SparkFunSuite.scala:227) [info] at org.scalatest.funsuite.AnyFunSuiteLike.invokeWithFixture$1(AnyFunSuiteLike.scala:224) [info] at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTest$1(AnyFunSuiteLike.scala:236) [info] at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306) [info] at org.scalatest.funsuite.AnyFunSuiteLike.runTest(AnyFunSuiteLike.scala:236) [info] at org.scalatest.funsuite.AnyFunSuiteLike.runTest$(AnyFunSuiteLike.scala:218) [info] at org.apache.spark.SparkFunSuite.org$scalatest$BeforeAndAfterEach$$super$runTest(SparkFunSuite.scala:69) [info] at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234) [info] at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227) [info] at org.apache.spark.sql.execution.streaming.state.RocksDBStateStoreSuite.org$scalatest$BeforeAndAfter$$super$runTest(RocksDBStateStoreSuite.scala:46) [info] at org.scalatest.BeforeAndAfter.runTest(BeforeAndAfter.scala:213) [info] at org.scalatest.BeforeAndAfter.runTest$(BeforeAndAfter.scala:203) [info] at org.apache.spark.sql.execution.streaming.state.RocksDBStateStoreSuite.runTest(RocksDBStateStoreSuite.scala:46) [info] at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTests$1(AnyFunSuiteLike.scala:269) [info] at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413) [info] at scala.collection.immutable.List.foreach(List.scala:334) [info] at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401) [info] at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396) [info] at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475) [info] at org.scalatest.funsuite.AnyFunSuiteLike.runTests(AnyFunSuiteLike.scala:269) [info] at org.scalatest.funsuite.AnyFunSuiteLike.runTests$(AnyFunSuiteLike.scala:268) [info] at org.scalatest.funsuite.AnyFunSuite.runTests(AnyFunSuite.scala:1564) [info] at org.scalatest.Suite.run(Suite.scala:1114) [info] at org.scalatest.Suite.run$(Suite.scala:1096) [info] at org.scalatest.funsuite.AnyFunSuite.org$scalatest$funsuite$AnyFunSuiteLike$$super$run(AnyFunSuite.scala:1564) [info] at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$run$1(AnyFunSuiteLike.scala:273) [info] at org.scalatest.SuperEngine.runImpl(Engine.scala:535) [info] at org.scalatest.funsuite.AnyFunSuiteLike.run(AnyFunSuiteLike.scala:273) [info] at org.scalatest.funsuite.AnyFunSuiteLike.run$(AnyFunSuiteLike.scala:272) [info] at org.apache.spark.SparkFunSuite.org$scalatest$BeforeAndAfterAll$$super$run(SparkFunSuite.scala:69) [info] at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213) [info] at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210) [info] at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208) [info] at org.apache.spark.sql.execution.streaming.state.RocksDBStateStoreSuite.org$scalatest$BeforeAndAfter$$super$run(RocksDBStateStoreSuite.scala:46) [info] at org.scalatest.BeforeAndAfter.run(BeforeAndAfter.scala:273) [info] at org.scalatest.BeforeAndAfter.run$(BeforeAndAfter.scala:271) [info] at org.apache.spark.sql.execution.streaming.state.RocksDBStateStoreSuite.run(RocksDBStateStoreSuite.scala:46) [info] at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321) [info] at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517) [info] at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414) [info] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [info] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [info] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [info] at java.base/java.lang.Thread.run(Thread.java:840) ``` -- 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]
