Description
https://issues.apache.org/jira/browse/IMPALA-11429 made the creation of an Iceberg table happen in 2 steps. The first step creates the table, however, with wrong owner and the second step is an ALTER TABLE to set the correct table owner.
Since Iceberg 1.1.0 there is now a way to provide a table owner via a table property so we can make the create table operation to take one step again.
https://github.com/apache/iceberg/pull/5763
https://github.com/apache/iceberg/pull/6154