goutamvenkat-anyscale opened a new issue, #2893:
URL: https://github.com/apache/iceberg-python/issues/2893
### Apache Iceberg version
None
### Please describe the bug 🐞
Hi,
Ray Data is using pyiceberg v0.10.0 and some users have noted that the
`BigQuery` catalog implementation in `pyiceberg` doesn't support `commit_table`.
This is the associated stack trace:
```
/virtualenv/lib/python3.11/site-packages/pyiceberg/table/__init__.py", line
936, in commit_transaction
self._table._do_commit( # pylint: disable=W0212
File
"/tmp/ray/virtualenv/lib/python3.11/site-packages/pyiceberg/table/__init__.py",
line 1458, in _do_commit
response = self.catalog.commit_table(self, requirements, updates)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/tmp/ray/virtualenv/lib/python3.11/site-packages/pyiceberg/catalog/bigquery_metastore.py",
line 232, in commit_table
raise NotImplementedError
NotImplementedError
```
Just curious if this is already in the process of being implemented?
### Willingness to contribute
- [ ] I can contribute a fix for this bug independently
- [x] I would be willing to contribute a fix for this bug with guidance from
the Iceberg community
- [ ] I cannot contribute a fix for this bug at this time
--
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]