cloud-fan commented on PR #53143:
URL: https://github.com/apache/spark/pull/53143#issuecomment-3561324105

   This is a tricky case and I'd like to understand more context:
   - what's the behavior of DML cache refreshing for v1 tables today? do we 
allow schema change and always rebuild the query plan with latest table version?
   - I think it makes sense to fail if a read query detect incompatible table 
change after the plan is analyzed, but for DML cache refreshing, it doesn't 
matter and seems ok to always use the latest table version.


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