-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-13554: [C++] Remove deprecated Scanner::Scan #11991
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
Closed
westonpace
wants to merge
17
commits into
apache:master
from
westonpace:feature/ARROW-13554--unscan-sync-scanner
Closed
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
fbd7ef0
ARROW-13554: First pass at removing sync scanner
westonpace b3ac3f2
ARROW-13554: Adding missing exports for windows
westonpace 956507b
ARROW-13554: Added a warning if the user is trying to avoid the async…
westonpace 832e6a6
ARROW-13554: Fixed a compile error introduced (I think) by rebase
westonpace e016fe0
ARROW-13554: Testing the removal of use_async from cglib
westonpace 9958c07
ARROW-13554: Fixed a logic error in the orc async conversion
westonpace 8b6a6e8
ARROW-13554: Lint
westonpace ea5a2a2
ARROW-13554: Missed an ARROW_DS_EXPORT for Windows
westonpace 90248e4
ARROW-13554: The JNI dataset interface does not seem to handle offset…
westonpace 1a01c46
ARROW-13554: Addressing PR review comments. Added back in FromReader…
westonpace f2327cd
ARROW-13554: Fixed up offset handling logic in JNI so it only does th…
westonpace 50a1b69
ARROW-13554: Reverting a few whitespace formatting changes I missed i…
westonpace e845f48
ARROW-13554: Renamed the ProjectionDescr::MakeFromXyz methods to Proj…
westonpace d516521
ARROW-13554: Missed a rename of ProjectionDescr methods
westonpace 7ac93dd
ARROW-13554: Added deprecation warnings in R for use_async instead of…
westonpace 3629ed1
ARROW-13554: Minor fix in projectiondescr methods. Changed python to…
westonpace 666570b
ARROW-13554: Removed a use_async reference in the python docs.
westonpace File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.