You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/07/12 02:43:21 UTC

[GitHub] [iceberg] rdblue opened a new pull request, #5255: Core: Fix REST catalog metadata table loading.

rdblue opened a new pull request, #5255:
URL: https://github.com/apache/iceberg/pull/5255

   This fixes metadata table loading. Although the metadata table is correctly loaded, the `TableOperations` fails when it is first used because the path is based on the full table identifier (e.g. db.table.files) rather than the loaded table identifier (db.table). This fixes both the path and the table name.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] danielcweeks merged pull request #5255: Core: Fix REST catalog metadata table loading.

Posted by GitBox <gi...@apache.org>.
danielcweeks merged PR #5255:
URL: https://github.com/apache/iceberg/pull/5255


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org