jonkeane commented on code in PR #51153:
URL: https://github.com/apache/arrow/pull/51153#discussion_r4030745428


##########
r/tests/testthat/test-Array.R:
##########
@@ -1466,3 +1466,224 @@ test_that("uint64 inside list columns always converts 
to double (GH-50339)", {
   expect_type(result[[1]], "double")
   expect_type(result[[2]], "double")
 })
+
+test_that("list of dictionary: ptype and elements share the dictionary's 
levels (GH-50514)", {

Review Comment:
   Whoa these are finnicky. I vaguely remember trying to get something that 
would make this work years ago, but the C++ was too much for me at the time. 
Glad the funky data structure which should probably never happen is supported!



-- 
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]

Reply via email to