Skip to content

Commit 6f82dd0

Browse files
committed
feat: ArrayType nested literal
1 parent 490e399 commit 6f82dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/test/scala/org/apache/comet/exec/CometNativeReaderSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ class CometNativeReaderSuite extends CometTestBase with AdaptiveSparkPlanHelper
558558
}
559559
}
560560

561-
test("native reader - support ARRAY literal ARRAY fields") {
561+
test("native reader - support ARRAY literal nested ARRAY fields") {
562562
testSingleLineQuery(
563563
"""
564564
|select 1 a

0 commit comments

Comments
 (0)