AngersZhuuuu commented on PR #44767:
URL: https://github.com/apache/spark/pull/44767#issuecomment-2204898273

   > what was behaviour before? Would be great to show the result before/after
   
   For the query in `cache.sql`
   ```
   EXPLAIN EXTENDED SELECT * FROM cache_nested_cte_table
   ```
   
   before this pr, cached table `cache_nested_cte_table` won't match, will 
execute again, after this pr, it can match the InMemoryRelation 


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

To unsubscribe, e-mail: [email protected]

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