You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/03/28 09:03:54 UTC

[GitHub] [arrow] jorisvandenbossche opened a new issue, #34756: [Python][CI] Add a test build using Cython 3

jorisvandenbossche opened a new issue, #34756:
URL: https://github.com/apache/arrow/issues/34756

   See https://github.com/apache/arrow/issues/34564. PR https://github.com/apache/arrow/pull/34726 fixed the warnings/errors when building pyarrow with current Cython 3 beta. 
   
   To ensure this keeps working / pyarrow is compatible with the future Cython 3 release, we should add a CI build that uses Cython 3 pre-release (we can install the `--pre` wheel with pip in one of the builds).
   


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

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


[GitHub] [arrow] jorisvandenbossche commented on issue #34756: [Python][CI] Add a test build using Cython 3

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche commented on issue #34756:
URL: https://github.com/apache/arrow/issues/34756#issuecomment-1486605425

   No, cython is "just" a python package you install, and for which you in principle can install any version that you support when building (no other package in the environment should have a _runtime_  dependency on cython, it's only a build time dependency)


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


Re: [I] [Python][CI] Add a test build using Cython 3 [arrow]

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche commented on issue #34756:
URL: https://github.com/apache/arrow/issues/34756#issuecomment-1750101523

   We enabled cython 3 in the meantime, so this can be closed.


-- 
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] assignUser commented on issue #34756: [Python][CI] Add a test build using Cython 3

Posted by "assignUser (via GitHub)" <gi...@apache.org>.
assignUser commented on issue #34756:
URL: https://github.com/apache/arrow/issues/34756#issuecomment-1489540066

   @jorisvandenbossche is there any specific python job we should duplicate for this? I think it would make sense to add something like this to the nightlies and not the PR CI.


-- 
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] jorisvandenbossche commented on issue #34756: [Python][CI] Add a test build using Cython 3

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche commented on issue #34756:
URL: https://github.com/apache/arrow/issues/34756#issuecomment-1489830937

   If we use the nightlies, maybe we can use one of the pandas/numpy dev builds (in "Integration Tests" section)


-- 
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] raulcd commented on issue #34756: [Python][CI] Add a test build using Cython 3

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #34756:
URL: https://github.com/apache/arrow/issues/34756#issuecomment-1505202303

   As this is to add a new nightly build, should this be added prior to 12.0.0? I don't think it's a blocker.


-- 
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] jorisvandenbossche commented on issue #34756: [Python][CI] Add a test build using Cython 3

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche commented on issue #34756:
URL: https://github.com/apache/arrow/issues/34756#issuecomment-1505496036

   No, certainly not a blocker


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


Re: [I] [Python][CI] Add a test build using Cython 3 [arrow]

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche closed issue #34756: [Python][CI] Add a test build using Cython 3
URL: https://github.com/apache/arrow/issues/34756


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

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


[GitHub] [arrow] assignUser commented on issue #34756: [Python][CI] Add a test build using Cython 3

Posted by "assignUser (via GitHub)" <gi...@apache.org>.
assignUser commented on issue #34756:
URL: https://github.com/apache/arrow/issues/34756#issuecomment-1486590568

   Does this have the same issues with dependencies as python pre-release versions? Or does this only rely on our own code?


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


Re: [I] [Python][CI] Add a test build using Cython 3 [arrow]

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche closed issue #34756: [Python][CI] Add a test build using Cython 3
URL: https://github.com/apache/arrow/issues/34756


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

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


[GitHub] [arrow] westonpace commented on issue #34756: [Python][CI] Add a test build using Cython 3

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace commented on issue #34756:
URL: https://github.com/apache/arrow/issues/34756#issuecomment-1489405053

   Thanks for creating this.  It looks like 3.0.0b2 has released.  b1 was flawed but I think b2 has the fixes we need.


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