Uh oh!
There was an error while loading. Please reload this page.
ARROW-813: [Python] setup.py sdist must also bundle dependent cmake m… - #660
Closed
xhochy wants to merge 3 commits into
Closed
ARROW-813: [Python] setup.py sdist must also bundle dependent cmake m…#660xhochy wants to merge 3 commits into
xhochy wants to merge 3 commits into
Conversation
xhochy
commented
May 8, 2017
MemberAuthor
This fails on Windows, solutions seems to be to run |
maxhora
commented
May 8, 2017
Contributor
@xhochy , usage of |
xhochy
commented
May 9, 2017
MemberAuthor
Apache RAT fails on compressed tarballs with symlinks, will ignore them for now but I raised an issue upstream: https://issues.apache.org/jira/browse/RAT-235 |
wesm
commented
May 10, 2017
Member
Appveyor still failing it seems, odd |
xhochy
commented
May 10, 2017
MemberAuthor
jeffknupp pushed a commit
to jeffknupp/arrow
that referenced
this pull request
Jun 3, 2017
…odules Author: Uwe L. Korn <uwelk@xhochy.com> Closesapache#660 from xhochy/ARROW-813 and squashes the following commits: 47459ba [Uwe L. Korn] Call git later 5b3b4a4 [Uwe L. Korn] Symlink fixes 70ca0d8 [Uwe L. Korn] ARROW-813: [Python] setup.py sdist must also bundle dependent cmake modules
pribor pushed a commit
to GlobalWebIndex/arrow
that referenced
this pull request
Oct 24, 2025
## What's Changed Expose the internal gRPC channel builder in the FlightClient so that applications can build on top of it without having to replicate all the special Flight logic. This makes it much easier to apply some gRPC tweaks without duplicating Arrow code. Closesapache#81.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…odules