Skip to content

Commit 92b3d0e

Browse files
committed
feat: support literal for ARRAY top level
1 parent a2bd369 commit 92b3d0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ class CometArrayExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelp
221221
test("array_contains") {
222222
withSQLConf(
223223
CometConf.COMET_EXPR_ALLOW_INCOMPATIBLE.key -> "true",
224-
CometConf.COMET_EXPLAIN_FALLBACK_ENABLED.key -> "true"
225-
) {
224+
CometConf.COMET_EXPLAIN_FALLBACK_ENABLED.key -> "true") {
226225
withTempDir { dir =>
227226
val path = new Path(dir.toURI.toString, "test.parquet")
228227
makeParquetFileAllPrimitiveTypes(path, dictionaryEnabled = false, n = 10000)

0 commit comments

Comments
 (0)