iceberg
iceberg copied to clipboard
Core: Support bulk table migration from one catalog to another
To support the migration of tables from one catalog to another catalog seamlessly, we have added [#5037 , #4946].
But still, bulk migration is hard as the API user needs to write some extra code as registerTable()
expects the table Identifier and metadata location of each table.
Hence, adding a CatalogUtil
API that can help in bulk migration of tables from one catalog to another.