Skip to content

Commit 6df98ad

Browse files
revert unrelated change
1 parent 97a4c7f commit 6df98ad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bindings/python/fluss/__init__.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,10 @@ class TableBucket:
861861
def __str__(self) -> str: ...
862862
def __repr__(self) -> str: ...
863863

864+
class TableDistribution:
865+
def bucket_keys(self) -> List[str]: ...
866+
def bucket_count(self) -> Optional[int]: ...
867+
864868
class PartitionInfo:
865869
"""Information about a partition."""
866870

0 commit comments

Comments
 (0)