HyukjinKwon commented on a change in pull request #27908:
URL: https://github.com/apache/spark/pull/27908#discussion_r452583025
##########
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 = Some(description)
Review comment:
Hm.. okay, should be fine. At least it's consistent with one side.
----------------------------------------------------------------
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]