You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jdye64 (via GitHub)" <gi...@apache.org> on 2023/02/22 01:27:52 UTC

[GitHub] [arrow-datafusion-python] jdye64 opened a new pull request, #205: Add support for cudf as a physical execution engine

jdye64 opened a new pull request, #205:
URL: https://github.com/apache/arrow-datafusion-python/pull/205

   # Which issue does this PR close?
   
   Closes #202 


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion-python] andygrove merged pull request #205: Add support for cudf as a physical execution engine

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove merged PR #205:
URL: https://github.com/apache/arrow-datafusion-python/pull/205


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion-python] jdye64 commented on a diff in pull request #205: Add support for cudf as a physical execution engine

Posted by "jdye64 (via GitHub)" <gi...@apache.org>.
jdye64 commented on code in PR #205:
URL: https://github.com/apache/arrow-datafusion-python/pull/205#discussion_r1113735034


##########
conda/environments/datafusion-dev.yaml:
##########
@@ -28,7 +28,7 @@ dependencies:
 - pytest
 - toml
 - importlib_metadata
-- python>=3.7,<3.11
+- python>=3.10

Review Comment:
   I do want to point out that cudf has a minimum python version of 3.10. That was the reason for this change. Hopefully that isn't a problem for anyone.



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org