HyukjinKwon commented on code in PR #36602:
URL: https://github.com/apache/spark/pull/36602#discussion_r876496763


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/jdbc/JDBCTableCatalog.scala:
##########
@@ -38,12 +38,12 @@ class JDBCTableCatalog extends TableCatalog with 
SupportsNamespaces with Logging
   private var dialect: JdbcDialect = _
 
   override def name(): String = {
-    require(catalogName != null, "The JDBC table catalog is not initialed")
+    require(catalogName != null, "The JDBC table catalog is not initialized")

Review Comment:
   That's fine but mind taking a look at least this package and see if there 
are some more typos while we're here?



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

Reply via email to