Re: [I] Single-node Python unit tests fail [datafusion-ray]

2024-12-14 Thread via GitHub
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

Re: [I] Single-node Python unit tests fail [datafusion-ray]

2024-12-14 Thread via GitHub
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

[I] Single-node Python unit tests fail [datafusion-ray]

2024-12-12 Thread via GitHub
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