yabola commented on issue #5163: URL: https://github.com/apache/iceberg/issues/5163#issuecomment-1179903440
@flyrain Yes, the existing `registerTable` logic does not modify. The check for METADATA_LOCATION in the `doCommit` method needs to be modified. For example: https://github.com/apache/iceberg/blob/master/hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java#L239 -- 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]
