Guosmilesmile opened a new pull request, #15843: URL: https://github.com/apache/iceberg/pull/15843
Added schema evolution tests to BaseFormatModelTests: * Adding column (reading with wider schema) * Projection/Removing column (reading with narrower schema) * Removing and adding a column with the same name (field ID mismatch) * Allowed type changes (int→long, float→double) * Reorder columns * Rename column (same field ID, different name) * Required → Optional (nullability widening) * Read with empty projection (zero columns) -- 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]
