paleolimbot commented on code in PR #15211: URL: https://github.com/apache/arrow/pull/15211#discussion_r1067371138
########## r/tests/testthat/test-Array.R: ########## @@ -1321,3 +1321,19 @@ test_that("Array to C-interface", { delete_arrow_schema(schema_ptr) delete_arrow_array(array_ptr) }) + +test_that("direct creation of Decimal Arrays (ARROW-11631)", { Review Comment: > Shouldn't this work now? It does...that test fails and should be updated! > `x = [decimal.Decimal('12.34'), decimal.Decimal('23.45')]` Maybe the difference is that R doesn't have decimals (only reals)? Perhaps a less ambiguous title for the test would be "can convert R integer/double to decimal"? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org