rdblue commented on a change in pull request #25305: [SPARK-28572][SQL] Simple 
analyzer checks for v2 table creation code paths
URL: https://github.com/apache/spark/pull/25305#discussion_r311809188
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/util/SchemaUtils.scala
 ##########
 @@ -17,9 +17,12 @@
 
 package org.apache.spark.sql.util
 
+import java.util.Locale
+
 import org.apache.spark.sql.AnalysisException
+import org.apache.spark.sql.catalog.v2.expressions._
 import org.apache.spark.sql.catalyst.analysis._
-import org.apache.spark.sql.types.StructType
+import org.apache.spark.sql.types._
 
 Review comment:
   Nit: wildcard types cause git conflicts and import conflicts because 
packages are imported, not just classes.

----------------------------------------------------------------
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]

Reply via email to