HyukjinKwon commented on code in PR #37133: URL: https://github.com/apache/spark/pull/37133#discussion_r917480519
########## R/pkg/R/catalog.R: ########## @@ -118,6 +118,7 @@ createExternalTable <- function(tableName, path = NULL, source = NULL, schema = #' #' @param tableName the qualified or unqualified name that designates a table. If no database #' identifier is provided, it refers to a table in the current database. +#' Since 3.4.0 it is allowed to be qualified with catalog name. Review Comment: it sounds slightly awkward (to me). I would write like, "The table name can be fully qualified with catalog name since 3.4.0." -- 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]
