chitralverma commented on code in PR #6232: URL: https://github.com/apache/opendal/pull/6232#discussion_r2122572648
########## bindings/python/python/opendal/__init__.pyi: ########## @@ -145,7 +146,7 @@ class Operator(_Base): Returns: An iterable of entries representing the objects in the directory. """ - def scan(self, path: PathBuf) -> Iterable[Entry]: + def scan(self, path: PathBuf, **kwargs) -> Iterable[Entry]: Review Comment: stubgen. polars and duckdb use that AFAIK https://crates.io/crates/pyo3-stub-gen -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org