yaooqinn commented on code in PR #51435:
URL: https://github.com/apache/spark/pull/51435#discussion_r2197962770
##########
sql/core/src/test/scala/org/apache/spark/sql/UserDefinedTypeSuite.scala:
##########
@@ -319,4 +319,15 @@ class UserDefinedTypeSuite extends QueryTest with
SharedSparkSession with Parque
row.setInt(0, udt.serialize(Year.of(2018)))
assert(row.getInt(0) == 2018)
}
+
+ test("SPARK-52694: Add a DeveloperApi - Encoders#udt") {
Review Comment:
```suggestion
test("SPARK-52694: Add Encoders#udt") {
```
--
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]