cloud-fan commented on a change in pull request #30148:
URL: https://github.com/apache/spark/pull/30148#discussion_r519549444
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
##########
@@ -878,6 +878,14 @@ class Analyzer(
case _ => None
}
+ val isStreamingTmpView = tmpView.nonEmpty && tmpView.get.isStreaming
Review comment:
Makes sense to me. It seems overkill if we spend a lot of efforts just
to disallow streaming temp view in `spark.read.table`
----------------------------------------------------------------
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]