Skip to content

Commit 0dca5ce

Browse files
committed
fix: fix drop_partition py binding
1 parent 956b185 commit 0dca5ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/python/pypaimon_rust/datafusion.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Table:
6060
def new_read_builder(self) -> ReadBuilder: ...
6161
def expire_snapshots(self, older_than_ms: int) -> int: ...
6262
def remove_orphan_files(self) -> int: ...
63-
def drop_partition(self, partition: Dict[str, str]) -> None: ...
63+
def drop_partition(self, partition: Dict[str, Any]) -> None: ...
6464

6565
class PaimonCatalog:
6666
def __init__(self, catalog_options: Dict[str, str]) -> None: ...

0 commit comments

Comments
 (0)