sunchao commented on pull request #31081:
URL: https://github.com/apache/spark/pull/31081#issuecomment-757006581


   Got you. Yes I think we should backport this (I'll create one soon). In 
addition, we may need 
[SPARK-34052](https://issues.apache.org/jira/browse/SPARK-34052) to completely 
address the issue. 
   
   In the second:
   ```sql
   spark-sql> SELECT * FROM v;
   4    5
   ```
   
   IMO, the temporary view `v` should become invalid once the source table 
`local.db.table` is replaced.
   


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