Skip to content

Commit c98b6eb

Browse files
committed
rebase issue
1 parent be49384 commit c98b6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/catalog/rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ def update_namespace_properties(
11061106
@retry(**_RETRY_ARGS)
11071107
def namespace_exists(self, namespace: str | Identifier) -> bool:
11081108
namespace_tuple = self._check_valid_namespace_identifier(namespace)
1109-
namespace = NAMESPACE_SEPARATOR.join(namespace_tuple)
1109+
namespace = self._encode_namespace_path(namespace_tuple)
11101110

11111111
# fallback in order to work with older rest catalog implementations
11121112
if Capability.V1_NAMESPACE_EXISTS not in self._supported_endpoints:

0 commit comments

Comments
 (0)