parthchandra commented on code in PR #2643:
URL: https://github.com/apache/datafusion-comet/pull/2643#discussion_r2543133923


##########
spark/src/test/scala/org/apache/comet/CometArrayExpressionSuite.scala:
##########
@@ -777,4 +778,28 @@ class CometArrayExpressionSuite extends CometTestBase with 
AdaptiveSparkPlanHelp
       }
     }
   }
+
+  test("array_reverse 2") {
+    // This test validates data correctness for array<binary> columns with 
nullable elements.
+    // See https://github.com/apache/datafusion-comet/issues/2612
+    withTempDir { dir =>

Review Comment:
   How about a 'Null handling in comet vectors' doc in the contributor-guide 
section? Probably in a different PR.



-- 
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