-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-11735: [R] Allow Parquet and Arrow Dataset to be optional components #9610
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
Closed
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4ce0d93
Make dataset and parquet optional
ianmcook cc681da
Update tests and add missing example wrapper
ianmcook 837f936
Add missing parens
ianmcook efe258b
Fix simple mistakes
ianmcook 38871a7
Revert changes to latin1.R
ianmcook ff9ea27
Redo latin1.R with ISO-8859-1 encoding
ianmcook 1b1757b
Iterate over features in arrow_exports_cpp
ianmcook e6e5662
Fix order in which -l flags are prepended
ianmcook 3075ed4
Note assumption that arrow, parquet, arrow-dataset have same -L flag
ianmcook 8b18f6e
Remove set empty PKG_DIRS at top
ianmcook b824af6
Do not append empty PKG_DIRS
ianmcook bb13213
Do not append empty PKG_DIRS in static libs case
ianmcook eb31244
Remove conditional around hive_partition() example and use \dontrun
ianmcook f3f207e
Remove set empty BUNDLED_LIBS at top
ianmcook 21ce0a5
Respect ARROW_DATASET and ARROW_PARQUET env vars
ianmcook 0d92497
Remove arrow_with_parquet() condition around examples and use \dontrun
ianmcook 1de7958
Add nightly test of minimal build
ianmcook 411cb70
Add ARROW_ env vars to .env
ianmcook 1de8e1e
Append don't overwrite .env
ianmcook 726295b
Fix pipes and use a temporary .env file
ianmcook 6262778
Look ma no pipes
ianmcook 2bb70e8
Use -e to pass vars into container
ianmcook 815d45a
Name the job something without "minimal"
ianmcook f81acbe
Rename test to "minimal" and set LIBARROW_MINIMAL=true
ianmcook cbc7377
Use ARROW_R_WITH_PARQUET and ARROW_R_WITH_DATASET on Windows
ianmcook b5ed1c0
Use ARROW_R_WITH_PARQUET and ARROW_R_WITH_DATASET in Windows conda re…
ianmcook 96e9104
Regenerate arrowExports.cpp
nealrichardson 1b1680f
Update dev/tasks/r/azure.linux.yml
nealrichardson 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without this, the conda Windows builds were failing:
https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=1732&view=logs&j=4c86bc1b-1091-5192-4404-c74dfaad23e7&t=41795ef0-6501-5db4-3ad4-33c0cf085626&l=812
@nealrichardson is this another change that we will need to upstream at the next release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. You could make the change now in fact, nothing would be hurt by having extra -D flags on. https://github.com/conda-forge/r-arrow-feedstock (FYI @xhochy)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done conda-forge/r-arrow-feedstock#30
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merged in conda-forge/r-arrow-feedstock@ed01e9b