robtandy commented on PR #71:
URL: https://github.com/apache/datafusion-ray/pull/71#issuecomment-2692804849

   For the code snippet, i forgot to include 
`ray.init(runtime_env=df_ray_runtime_env)`
   
   We should have, I think, 
   ```python
   import ray
   from datafusion_ray import DFRayContext, df_ray_runtime_env
   
   ray.init(runtime_env=df_ray_runtime_env)
   session = DFRayContext()
   df = session.sql("SELECT * FROM my_table WHERE value > 100")
   df.show()
   ```


-- 
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

Reply via email to