FANNG1 opened a new issue, #7500: URL: https://github.com/apache/gravitino/issues/7500
### What would you like to be improved? Iceberg has special logic to process distribution like setting default distribution according to the table partition and sort order, adjust distribution etc. Gravitino implement these logic in `createTable` side, there may two cons: 1. if the Iceberg table is not create by Gravitino, we couldn't apply the above logics 2. if the Iceberg table schema changed, the above logics lose efficacy ### How should we improve? apply the adjust and default logic when loading table not creating table. -- 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]
