ARROW-1287: [Python] Implement whence argument for pyarrow.NativeFile.seek#907
Closed
wesm wants to merge 2 commits intoapache:masterfrom
Closed
ARROW-1287: [Python] Implement whence argument for pyarrow.NativeFile.seek#907wesm wants to merge 2 commits intoapache:masterfrom
wesm wants to merge 2 commits intoapache:masterfrom
Conversation
Member
Author
|
Build failure seems unrelated |
xhochy
approved these changes
Jul 29, 2017
Member
Author
|
@Maxris one of the entries in the Appveyor build matrix randomly stopped working. Here is the build on master where it stopped working, with no Windows-related code changes https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/build/1.0.2593. Any ideas? Merging this PR since that is unrelated |
Change-Id: I27045ae9d34c57e40591959b4541a3d60463c458
…fsClient Change-Id: Id1b4cf119007445433ed35ede24035fb2ff3d83c
Member
Author
Contributor
|
@wesm , thank you, investigating... |
Member
Author
|
seems to be a cmake 3.9.0 problem, but not sure why |
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 free
to 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.
I still need to validate this against the use case in dask/fastparquet#188