jonkeane commented on PR #49795:
URL: https://github.com/apache/arrow/pull/49795#issuecomment-4276031675

   The error 
   
   ```
   ══ Failed tests 
════════════════════════════════════════════════════════════════
   ── Error ('test-dplyr-filter.R:295:5'): Filtering on a column that doesn't 
exist errors correctly ──
   <validation_error/rlang_error/error/condition>
   Error in `not_a_col == 42`: object 'not_a_col' not found
   Backtrace:
   ...
   ```
   
   is coming from: 
   
   
https://github.com/apache/arrow/blob/36c8c9a24aec70fb41441c6a1a2a28b777d351e3/r/tests/testthat/test-dplyr-filter.R#L295-L302
   
   Which makes it seem like there's something up with translations / locale not 
being quite right in the runner / our setup


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