yaooqinn commented on a change in pull request #27300: [SPARK-30591][SQL]
Remove the nonstandard SET OWNER syntax for namespaces
URL: https://github.com/apache/spark/pull/27300#discussion_r368817320
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DescribeNamespaceExec.scala
##########
@@ -49,11 +49,8 @@ case class DescribeNamespaceExec(
Option(metadata.get(PROP_LOCATION)).foreach {
rows += toCatalystRow("Location", _)
}
- Option(metadata.get(PROP_OWNER_NAME)).foreach {
- rows += toCatalystRow("Owner Name", _)
- }
- Option(metadata.get(PROP_OWNER_TYPE)).foreach {
- rows += toCatalystRow("Owner Type", _)
+ Option(metadata.get(PROP_OWNER)).foreach {
Review comment:
sounds great.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]