You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/05/19 01:03:41 UTC

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #36602: [MINOR][SQL] JDBCTableCatalog: "initialized" typo

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org