dongjoon-hyun commented on code in PR #57130:
URL: https://github.com/apache/spark/pull/57130#discussion_r3546223699
##########
sql/connect/server/src/test/scala/org/apache/spark/sql/connect/planner/InvalidInputErrorsSuite.scala:
##########
@@ -139,6 +139,24 @@ class InvalidInputErrorsSuite extends PlanTest with
SparkConnectPlanTest {
}
}
+ test("UDT jvm_class must be a UserDefinedType") {
Review Comment:
```suggestion
test("SPARK-58042: UDT jvm_class must be a UserDefinedType") {
```
--
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]