dongjoon-hyun commented on a change in pull request #26644: [SPARK-30004][SQL]
Allow merge UserDefinedType into a native DataType
URL: https://github.com/apache/spark/pull/26644#discussion_r349933978
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/UserDefinedTypeSuite.scala
##########
@@ -17,15 +17,22 @@
package org.apache.spark.sql
-import java.util.Arrays
+import java.nio.file.Files
+import java.sql.Timestamp
+import java.util.{Arrays, GregorianCalendar}
+import
com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl
+import javax.xml.datatype.XMLGregorianCalendar
Review comment:
Could you run `dev/scalastyle` and fix the errors?
```
[error]
/home/runner/work/spark/spark/sql/core/src/test/scala/org/apache/spark/sql/UserDefinedTypeSuite.scala:26:0:
There should at least one a single empty line separating groups 3rdParty and
spark.
15
[error]
/home/runner/work/spark/spark/sql/core/src/test/scala/org/apache/spark/sql/UserDefinedTypeSuite.scala:35:0:
scala.reflect.ClassTag should be in group scala, not spark.
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]