huaxingao commented on code in PR #54701:
URL: https://github.com/apache/spark/pull/54701#discussion_r3197463200
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/vectorized/ColumnarBatchSuite.scala:
##########
@@ -2071,4 +2103,96 @@ class ColumnarBatchSuite extends SparkFunSuite {
}
}
}
+
+ // SPARK-55897: get() should resolve UDTs to their sqlType so the
interpreted eval path
+ // (e.g. GetStructField.nullSafeEval) works on columnar vectors.
Review Comment:
nit: The test name already includes the JIRA number, so I think these
comments can be removed.
--
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]