Skip to content

BigQuery catalog commit_table is not implemented #2893

@goutamvenkat-anyscale

Description

@goutamvenkat-anyscale

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions