Skip to content

Commit f0cfe16

Browse files
committed
feat: ArrayType literal
1 parent 6a99389 commit f0cfe16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper
2828
import org.apache.spark.sql.functions._
2929

3030
import org.apache.comet.CometSparkSessionExtensions.{isSpark35Plus, isSpark40Plus}
31+
import org.apache.comet.DataTypeSupport.isComplexType
3132
import org.apache.comet.serde.CometArrayExcept
3233
import org.apache.comet.testing.{DataGenOptions, ParquetGenerator}
3334

@@ -272,8 +273,7 @@ class CometArrayExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelp
272273
}
273274
}
274275

275-
// https://github.com/apache/datafusion-comet/issues/1929
276-
ignore("array_contains - array literals") {
276+
test("array_contains - array literals") {
277277
withTempDir { dir =>
278278
val path = new Path(dir.toURI.toString, "test.parquet")
279279
val filename = path.toString

0 commit comments

Comments
 (0)