Skip to content

Commit 072123f

Browse files
committed
typo
1 parent 1c9330b commit 072123f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/catalog/hive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ def rename_table(self, from_identifier: Union[str, Identifier], to_identifier: U
657657
to_database_name, to_table_name = self.identifier_to_database_and_table(to_identifier)
658658

659659
if self.table_exists(to_identifier):
660-
raise TableAlreadyExistsError(f"Table already exist: {to_table_name}")
660+
raise TableAlreadyExistsError(f"Table already exists: {to_table_name}")
661661

662662
try:
663663
with self._client as open_client:

0 commit comments

Comments
 (0)