Skip to content

Commit a84f6bd

Browse files
committed
chore: Fallback to Spark for array_reverse for binary
1 parent 3a1cab1 commit a84f6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ class CometArrayExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelp
778778
test("array_reverse - fallback for binary array") {
779779
withTable("t1") {
780780
sql("""create table t1 using parquet as
781-
"select cast(null as array<binary>) c1, cast(array() as array<binary>) c2
781+
select cast(null as array<binary>) c1, cast(array() as array<binary>) c2
782782
from range(10)
783783
""")
784784

0 commit comments

Comments
 (0)