lei-xian0 opened a new issue, #10360:
URL: https://github.com/apache/iceberg/issues/10360
### Feature Request / Improvement
Hi team, can we get `check-ordering` config enabled for Flink writers as
well? Currently the input is not tolerating schema order change compare with
table schema. This is a big pain point when we handling schema update.
More detail, for example when we config writer as below, the schema order
have to match the existing table's schema order. Even tho they have the exact
same columns. Example error:
```
Problems:
* columnA is out of order, before columnB`
```
Our flink writer:
```
FlinkSink.forRow(row, schema)
.tableLoader(tableLoader)
.append();
```
Please let us know if there is any other approach to handle this situation.
Thanks.
### Query engine
None
--
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]