Github user MaxGekk commented on a diff in the pull request:
https://github.com/apache/spark/pull/22458#discussion_r219669978
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala
---
@@ -331,6 +332,7 @@ case class CatalogTable(
comment.foreach(map.put("Comment", _))
if (tableType == CatalogTableType.VIEW) {
viewText.foreach(map.put("View Text", _))
+ viewOriginalText.foreach(map.put("View Original Text:", _))
--- End diff --
Looking at line above and below, `:` should be removed for consistency.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]