Skip to content

Commit 276d403

Browse files
committed
chore: Fallback to Spark for array_reverse for binary
1 parent 70dbb75 commit 276d403

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ class CometArrayExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelp
774774
}
775775
}
776776

777+
// https://github.com/apache/datafusion-comet/issues/2612
777778
test("array_reverse - fallback for binary array") {
778779
withTable("t1") {
779780
sql(

0 commit comments

Comments
 (0)