cloud-fan commented on a change in pull request #31273:
URL: https://github.com/apache/spark/pull/31273#discussion_r580813778
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala
##########
@@ -443,21 +444,23 @@ case class InsertIntoDir(
}
/**
- * A container for holding the view description(CatalogTable), and the output
of the view. The
- * child should be a logical plan parsed from the `CatalogTable.viewText`,
should throw an error
- * if the `viewText` is not defined.
+ * A container for holding the view description(CatalogTable) and info whether
the view is temporary
+ * or not. If the view description is available, the child should be a logical
plan parsed from the
+ * `CatalogTable.viewText`. Otherwise, the view is a temporary one created
from a dataframe; in this
Review comment:
This doc needs an update now.
----------------------------------------------------------------
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]