Skip to content

Conversation

@romainfrancois
Copy link

No description provided.

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

@github-actions github-actions bot added the lang-R label Dec 3, 2021
@romainfrancois
Copy link
Author

library(arrow, warn.conflicts = FALSE)
#> See arrow_info() for available features

a <- Array$create(c(1, 2))$cast(decimal256(4, 2))
a$as_vector()
#> Error: cannot handle Array of type <decimal256>

Created on 2021-12-03 by the reprex package (v2.0.1.9000)

@romainfrancois
Copy link
Author

library(arrow, warn.conflicts = FALSE)
#> See arrow_info() for available features

a <- Array$create(c(1, 2))$cast(decimal256(4, 2))
a$as_vector()
#> [1] 1 2

Created on 2021-12-03 by the reprex package (v2.0.1.9000)

@dragosmg dragosmg merged commit 31a5fe1 into dragosmg:ARROW-14844_decimal256 Dec 6, 2021
dragosmg pushed a commit that referenced this pull request Mar 2, 2022
TODOs:
Convert cheat sheet to PDF and hide slide #1.

Closes apache#12445 from pachadotdev/patch-4

Lead-authored-by: Stephanie Hazlitt <stephhazlitt@gmail.com>
Co-authored-by: Pachá <mvargas@dcc.uchile.cl>
Co-authored-by: Mauricio Vargas <mavargas11@uc.cl>
Co-authored-by: Pachá <mavargas11@uc.cl>
Signed-off-by: Jonathan Keane <jkeane@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants