thisisnic commented on code in PR #49710:
URL: https://github.com/apache/arrow/pull/49710#discussion_r3372592128
##########
r/tests/testthat/test-Table.R:
##########
@@ -371,6 +371,22 @@ test_that("Can create table with specific dictionary
types", {
}
})
+test_that("Table converts dictionary arrays with wider index types back to R",
{
Review Comment:
```suggestion
test_that("Table converts dictionary arrays with uint32/int64/uint64 index
types back to R", {
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]