huaxingao opened a new pull request #26717: [SPARK-30077][SQL] Create TEMPORARY 
VIEW USING should look up catalog/table like v2 commands
URL: https://github.com/apache/spark/pull/26717
 
 
   ### What changes were proposed in this pull request?
   Add CreateTempViewUsingStatement and make CREARE TEMPORARY VIEW go through 
the same catalog/table resolution framework of v2 commands.
   ### Why are the changes needed?
   It's important to make all the commands have the same table resolution 
behavior, to avoid confusing end-users. 
   ### Does this PR introduce any user-facing change?
   Yes. When running CREATE TEMPORARY VIEW USING ...,  Spark fails the command 
if the current catalog is set to a v2 catalog, or the view name specified a v2 
catalog.
   ### How was this patch tested?
   unit tests
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to