-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-14844: [R] Implement decimal256() #11898
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
34 commits
Select commit
Hold shift + click to select a range
2957655
update NEWS
dragosmg 387ae07
added tests for `decimal256()` and updated older tests to use ` inste…
dragosmg 7ab86fc
added `decimal256()` and `check_decimal_args()` functions
dragosmg 1253ba3
docs
dragosmg e17401c
update datatype + generate `arrowExports`
dragosmg df96c16
typo + namespace `vec_assert()` + tests checking the `precision` and …
dragosmg 7cf85db
added test on type and dplyr funcs type
dragosmg c0bd279
updated `decimal()` to call either `decimal128()` or `decimal256()` b…
dragosmg 1cc6b20
updated NEWS with changes to `decimal()`
dragosmg 619a3d6
updated `decimal` docs & tests
dragosmg 6162dee
docs + lintr complaints
dragosmg c623389
news change
dragosmg e737c1e
Merge branch 'master' into ARROW-14844_decimal256_take2
dragosmg e9c40bc
catch `RPrimitiveConverter` error and then cast
dragosmg 36f566f
reoder decimal definitions
dragosmg 9d0b317
reoder decimals take 2
dragosmg f8bfacf
attempt to return original error if casting fails
dragosmg d476428
revert to `cnd` (not `cnd2`)
dragosmg 307195d
update array$create to correctly capture and return the initial error…
dragosmg 36b996d
docs + skipped the `decimal256()` unit test for empty ChunkedArrays
dragosmg ea19fd3
`Array$create()` tries casting and gives the user a hint if it works
dragosmg 20f054f
slightly improved hint
dragosmg c4442fb
lint
dragosmg 84879af
removing the unused DecimalArray
dragosmg 7eb138b
removed the line as the C++ linter doesn't like commented code
dragosmg 068755f
add back in the definition for DecimalArray and use it
dragosmg 1f02407
add tests for the `decimal` precision range
dragosmg e9a27f9
added unit test to check the manual casting hint
dragosmg fb1c39a
improve comment for the `tryCatch()` + `try()` attempts
dragosmg 4622e22
add TODO and reference the C++ unit tests Jira ticket (ARROW-15162)
dragosmg 8ec06ed
removed superfluous unit tests
dragosmg 9f9031e
added Jira ticket number to empty array filtering tests for `decimal2…
dragosmg 6640e8c
test `Array$create()` fallback is as expected when casting doesn't work
dragosmg db7148d
use `expect_equal` when comparing messages
dragosmg 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.
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.