bryanck commented on PR #17499:
URL: https://github.com/apache/iceberg/pull/17499#issuecomment-5401009421

   For posterity, a view's stored schema can drift away from its underlying 
sources when the source data types change. For example, say a view selects from 
a table with an int column. Then the table is dropped and recreated to make 
that column a double. The stored schema in the view will still be int and now 
will throw a error attempting to cast the double to an int.


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