voonhous commented on PR #8380: URL: https://github.com/apache/hudi/pull/8380#issuecomment-1498633520
@xiarixiaoyao For conversions that loses accuracy, this really depends on the data that's in the table. I do not think a check on all existing data is feasible. i.e. checking all existing data to ensure that there is no loss in accuracy, and if there is one, we will need to throw an exception to prevent the `ALTER TABLE CHANGE COLUMN TYPE` DDL to fail. As such, I believe we will need to document this potential loss in accuracy to remind users of such a behaviour. -- 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]
