srielau commented on code in PR #46267:
URL: https://github.com/apache/spark/pull/46267#discussion_r1591609868
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala:
##########
@@ -491,6 +510,9 @@ case class CatalogTable(
if (tableType == CatalogTableType.VIEW) {
viewText.foreach(map.put("View Text", _))
viewOriginalText.foreach(map.put("View Original Text", _))
+ if (SQLConf.get.viewSchemaBinding != "UNSUPPORTED") {
Review Comment:
That would not allow us to switch the feature off for DESCRIBE.
--
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]