Skip to content

Commit dbf0def

Browse files
committed
Remove redundant comment
1 parent f3f6d19 commit dbf0def

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

r/tests/testthat/test-Array.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,8 +1457,6 @@ test_that("Array handles negative fractional dates correctly (GH-46873)", {
14571457
})
14581458

14591459
test_that("uint64 inside list columns always converts to double (GH-50339)", {
1460-
# When uint64 is nested inside a list, all elements should get the same type
1461-
# (double) regardless of whether individual values fit in int32
14621460
list_arr <- arrow_array(
14631461
list(1, 9999999999),
14641462
type = list_of(uint64())

0 commit comments

Comments
 (0)