trushev opened a new pull request, #7321: URL: https://github.com/apache/hudi/pull/7321
### Change Logs Azure doesn't run on the origin PR https://github.com/apache/hudi/pull/5830 This PR adds support of reading by flink when comprehensive schema evolution(RFC-33) enabled and there are operations *add column*, *rename column*, *change type of column*, *drop column*. ### Impact user-facing feature change: comprehensive schema evolution in flink ### Risk level medium This change added tests and can be verified as follows: - Added unit test `TestCastMap` to verify that type conversion is correct - Added integration test `ITTestSchemaEvolution` to verify that table with added, renamed, casted, dropped columns is read as expected. ### Documentation Update There is schema evolution doc [https://hudi.apache.org/docs/schema_evolution](url) ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
