You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After thinking more about this, the user can still refer to the catalog_migration.log file to get the successfully migrated table names. So, they are not really left in dark.
I will also add a Runtime.getRuntime().addShutdownHook(xx) to dump the current lists (from catalogMigrator.result) incase of user abort.
When the user kills the process or another hard failure occurs, the "result files" will not be populated and the user "left in the dark"
Need to fix this.
Currently in this case, users has to do
listTables
in target catalog to see what tables are newly registered.The text was updated successfully, but these errors were encountered: