wForget commented on code in PR #2477:
URL: https://github.com/apache/datafusion-comet/pull/2477#discussion_r2386567415


##########
spark/src/test/scala/org/apache/comet/CometArrayExpressionSuite.scala:
##########
@@ -708,4 +708,14 @@ class CometArrayExpressionSuite extends CometTestBase with 
AdaptiveSparkPlanHelp
       }
     }
   }
+
+  test("test reverse function") {
+    withTable("t1") {
+      sql(
+        "create table t1 using parquet as select sequence(id, id) as c1 from 
range(10)")
+      // FIXME: Change checkSparkAnswer to checkSparkAnswerAndOperator after 
resolving
+      //  https://github.com/apache/datafusion-comet/issues/2476

Review Comment:
   If this PR closes #2476, could you create a new issue to track adding 
support for ArrayType input in reverse?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to