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/11/25 23:37:40 UTC

[GitHub] [iceberg] JonasJ-ap opened a new pull request, #6277: Python: Update HiveCatalog to share common variables with GlueCatalog

JonasJ-ap opened a new pull request, #6277:
URL: https://github.com/apache/iceberg/pull/6277

   - In #6034 , we put some variables shared by `hive` and `glue` in `catalog/__init__.py`. This PR updates `hive.py` to make it use those shared variables.
   - As proposed in https://github.com/apache/iceberg/pull/5870#discussion_r990835173, we created `NoSuchIcebergTableError` in GLueCatalog to indicate the case when loaded table is not an iceberg table. This PR updates hive to also throw the this exception under the same case.


-- 
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] rdblue merged pull request #6277: Python: Update HiveCatalog to share common variables with GlueCatalog

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


-- 
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