ajantha-bhat opened a new pull request, #4946: URL: https://github.com/apache/iceberg/pull/4946
Filesystem tables and metastore tables have different naming conventions for TableMetadata file as per spec. So, when a filesystem table is registered to hive catalog, the register was successful but loading the table used to fail in `parseVersion` as it was expecting the naming convention of metastore table. Fixed it by using metastore naming convention while registering. Fixes #4794 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
