cloud-fan commented on a change in pull request #30148:
URL: https://github.com/apache/spark/pull/30148#discussion_r519549937



##########
File path: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
##########
@@ -579,15 +579,12 @@ class SparkSession private(
    *                  If a database is specified, it identifies the table/view 
from the database.
    *                  Otherwise, it first attempts to find a temporary view 
with the given name
    *                  and then match the table/view from the current database.
-   *                  Note that, the global temporary view database is also 
valid here.
+   *                  Note that, the global temporary view database is also 
valid here. Also, all
+   *                  the temporary views mentioned here include both batch 
and streaming plans.

Review comment:
       Let's also mention that, v2 table without batch support is not supported.




----------------------------------------------------------------
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]

Reply via email to