Spaarsh commented on code in PR #1059: URL: https://github.com/apache/datafusion-python/pull/1059#discussion_r1990582799
########## python/tests/test_wrapper_coverage.py: ########## @@ -36,7 +36,12 @@ def missing_exports(internal_obj, wrapped_obj) -> None: for attr in dir(internal_obj): if attr in ["_global_ctx"]: continue - assert attr in dir(wrapped_obj) Review Comment: Residual of a previous thing I was trying. Fixed. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org