Skip to content

Commit b06fb5b

Browse files
committed
address comment
1 parent 2b5efc1 commit b06fb5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,8 @@ class CometArrayExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelp
780780
}
781781

782782
test("array_reverse 2") {
783+
// This test validates data correctness for array<binary> columns with nullable elements.
784+
// See https://github.com/apache/datafusion-comet/issues/2612
783785
withTempDir { dir =>
784786
val path = new Path(dir.toURI.toString, "test.parquet")
785787
val filename = path.toString

0 commit comments

Comments
 (0)