andygrove closed issue #52: Single-node Python unit tests fail
URL: https://github.com/apache/datafusion-ray/issues/52
--
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 unsubs
andygrove commented on issue #52:
URL: https://github.com/apache/datafusion-ray/issues/52#issuecomment-2543320317
Fixed in https://github.com/apache/datafusion-ray/pull/53
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
edmondop opened a new issue, #52:
URL: https://github.com/apache/datafusion-ray/issues/52
After enabling the Python unit tests on my fork here, this simple test fails:
```python
def test_basic_query_succeed():
df_ctx = SessionContext()
ctx = DatafusionRayContext(df_ctx