-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DX-83326 Update archery/crossbow to work with new version of setuptools. #53
Conversation
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format?
or
In the case of PARQUET issues on JIRA the title also supports:
See also: |
A thirdparty library update in setuptools_scm broke ‘archery’ which is the build system used for building Dremio apache arrow.
The change causing the problem: correct git workdir passover and setuptools double call in · pypa/setuptools_scm@f7c075a
Archery just uses the latest setuptools_scm which resulted in it pulling in the new version with the change above. https://github.com/dremio/arrow/blob/dremio_24.3_12.0/dev/archery/setup.py#L38