Skip to content

Commit

Permalink
fix: return type for IcebergCatalogAdapter::load_table in python (#6408)
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam authored Nov 21, 2024
1 parent a4a5285 commit 5396c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/server/deephaven/experimental/iceberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def tables(self, namespace: str) -> Table:

return Table(self.j_object.tables(namespace))

def load_table(self, table_identifier: str) -> IcebergCatalogAdapter:
def load_table(self, table_identifier: str) -> IcebergTableAdapter:
"""
Load the table from the catalog.
Expand Down

0 comments on commit 5396c3a

Please sign in to comment.