File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spark/src/test/scala/org/apache/comet Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper
2828import org .apache .spark .sql .functions ._
2929
3030import org .apache .comet .CometSparkSessionExtensions .{isSpark35Plus , isSpark40Plus }
31+ import org .apache .comet .DataTypeSupport .isComplexType
3132import org .apache .comet .serde .CometArrayExcept
3233import 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
You can’t perform that action at this time.
0 commit comments