ARROW-813: [Python] setup.py sdist must also bundle dependent cmake m…#660
ARROW-813: [Python] setup.py sdist must also bundle dependent cmake m…#660xhochy wants to merge 3 commits intoapache:masterfrom
Conversation
|
This fails on Windows, solutions seems to be to run |
|
@xhochy , usage of |
|
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 |
|
Appveyor still failing it seems, odd |
…odules Author: Uwe L. Korn <[email protected]> Closes apache#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
## 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. Closes apache#81.
…odules