HyukjinKwon commented on a change in pull request #27908:
URL: https://github.com/apache/spark/pull/27908#discussion_r473534143
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/internal/CatalogImpl.scala
##########
@@ -338,7 +371,8 @@ class CatalogImpl(sparkSession: SparkSession) extends
Catalog {
tableType = tableType,
storage = storage,
schema = schema,
- provider = Some(source)
+ provider = Some(source),
+ comment = description
Review comment:
I think you can take `description` as `String` in the argument and here
pass it via `Option(description)`.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]