SteveStevenpoor opened a new pull request, #16419: URL: https://github.com/apache/iceberg/pull/16419
## Problem Currently if you try to add column to position through Flink engine, column will be added at the end of the table. The Spark engine works correctly for such operation. So we need a fix for Flink. ## Fix Add `applyModifyColumnPosition` if `addColumn.getPosition() != null`. -- 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]
