We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956b185 commit 0dca5ceCopy full SHA for 0dca5ce
1 file changed
bindings/python/python/pypaimon_rust/datafusion.pyi
@@ -60,7 +60,7 @@ class Table:
60
def new_read_builder(self) -> ReadBuilder: ...
61
def expire_snapshots(self, older_than_ms: int) -> int: ...
62
def remove_orphan_files(self) -> int: ...
63
- def drop_partition(self, partition: Dict[str, str]) -> None: ...
+ def drop_partition(self, partition: Dict[str, Any]) -> None: ...
64
65
class PaimonCatalog:
66
def __init__(self, catalog_options: Dict[str, str]) -> None: ...
0 commit comments