Our team has created PR to address schema reordering issues. is there better solution/guideline for schema ordering? https://github.com/apache/incubator-iceberg/pull/745
context: we have incoming avro payload , when ordering of avro is out of sync with iceberg writing to table fails because of compatibility issues which PR above is trying to fix. we have considered following using select as well but unsure if that is best option (perform reordering using spark select ( which can get complicated for nested columns)) Can someone from dev community help us resolve this issue? Thanks in advance! -- Thanks