thisisnic opened a new issue, #33779: URL: https://github.com/apache/arrow/issues/33779
### Describe the bug, including details regarding any error messages, version, and platform. The [test-r-versions](https://github.com/ursacomputing/crossbow/actions/runs/3954166164/jobs/6771218456) nightly build is failing on R 3.5 and 3.6 due to a test introduced in #19706 ``` ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-expression.R:154'): Nested field from a non-field-ref (struct_field kernel) ── Error: field 'c' not found in struct<a: double, b: dictionary<values=string, indices=int8, ordered=0>> Backtrace: ▆ 1. ├─testthat::expect_error(x$c, "field 'c' not found in struct<a: double, b: string>") at test-expression.R:154:2 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─x$c 8. └─arrow:::`$.Expression`(x, c) 9. └─arrow:::get_nested_field(x, name) ``` ### Component(s) 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]
