sunisdown opened a new issue, #25: URL: https://github.com/apache/datafusion-ray/issues/25
I try to run the project locally and get failed while run `pytest` here's the error log ``` python -m pytest ============================================================================================= test session starts ============================================================================================== platform darwin -- Python 3.12.4, pytest-8.3.3, pluggy-1.5.0 rootdir: datafusion-ray configfile: pyproject.toml collected 1 item datafusion_ray/tests/test_context.py F [100%] =================================================================================================== FAILURES =================================================================================================== _____________________________________________________________________________________________________ test _____________________________________________________________________________________________________ def test(): > ctx = Context(1, False) E TypeError: Context.__new__() takes 1 positional arguments but 2 were given datafusion_ray/tests/test_context.py:22: TypeError =========================================================================================== short test summary info ============================================================================================ FAILED datafusion_ray/tests/test_context.py::test - TypeError: Context.__new__() takes 1 positional arguments but 2 were given ============================================================================================== 1 failed in 0.82s =============================================================================================== ``` -- 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.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