linhongliu-db opened a new pull request #30567:
URL: https://github.com/apache/spark/pull/30567


   ### What changes were proposed in this pull request?
   Currently, in spark, the temp view is saved as its analyzed logical plan, 
while the permanent view
   is kept in HMS with its origin SQL text. As a result, permanent and 
temporary views have
   different behaviors in some cases. In this PR we store the SQL text for 
temporary view in order
   to unify the behavior between permanent and temporary views.
   
   
   ### Why are the changes needed?
   to unify the behavior between permanent and temporary views
   
   
   ### Does this PR introduce _any_ user-facing change?
   Yes
   
   
   ### How was this patch tested?
   new added test cases


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