Skip to content

Commit aacbc5f

Browse files
test: run more Spark 4 tests (#4013)
1 parent 1bf057d commit aacbc5f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

spark/src/test/scala/org/apache/comet/CometArrayExpressionSuite.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,6 @@ class CometArrayExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelp
561561
}
562562

563563
test("array_compact") {
564-
// TODO fix for Spark 4.0.0
565-
assume(!isSpark40Plus)
566564
Seq(true, false).foreach { dictionaryEnabled =>
567565
withTempDir { dir =>
568566
withTempView("t1") {

0 commit comments

Comments
 (0)