paleolimbot commented on issue #15001: URL: https://github.com/apache/arrow/issues/15001#issuecomment-1369967368
This is also failing on the valgrind build: https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=42194&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=27730 ``` ── Failure ('test-parquet.R:460'): Can read parquet with nested lists and maps ── pq$a$type == list_of(list_of(list_of(utf8()))) is not TRUE `actual`: FALSE `expected`: TRUE Backtrace: ▆ 1. └─arrow:::expect_equal(pq$a$type, list_of(list_of(list_of(utf8())))) at test-parquet.R:460:2 2. └─testthat::expect_true(...) at tests/testthat/helper-expectation.R:36:4 ── Failure ('test-parquet.R:463'): Can read parquet with nested lists and maps ── pq$a$type == map_of(utf8(), map_of(int32(), field("val", boolean(), nullable = FALSE))) is not TRUE `actual`: FALSE `expected`: TRUE Backtrace: ▆ 1. └─arrow:::expect_equal(...) at test-parquet.R:463:2 2. └─testthat::expect_true(...) at tests/testthat/helper-expectation.R:36:4 ``` -- 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]
