MonkeyCanCode opened a new pull request, #225: URL: https://github.com/apache/polaris-tools/pull/225
Currently the migrator supports both `register` and `migrate` which are great. However, for use cases where people would register the tables and let them sit idle for couple of days then data ops kicked in on the source catalog which removed the previous metadata pointers, this can caused the target tables to be not read-able as it would fails when looking up metadata file from metadata pointer. To overcome this issue, I added `--overwrite` option which would re-register a table if and only if the metadata pointer changed. -- 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]
