Antoine Pitrou created ARROW-15041:
--------------------------------------

             Summary: [R] Flaky BOM removal test
                 Key: ARROW-15041
                 URL: https://issues.apache.org/jira/browse/ARROW-15041
             Project: Apache Arrow
          Issue Type: Bug
          Components: R
            Reporter: Antoine Pitrou
             Fix For: 7.0.0


The test introduced in ARROW-14644 appears to be flaky.
See example failed runs:
https://github.com/apache/arrow/runs/4466790381?check_suite_focus=true#step:8:21277
https://github.com/apache/arrow/runs/4463832536?check_suite_focus=true#step:9:22039

{code}

── Failure (test-dataset-csv.R:297:3): open_dataset() deals with BOMs 
(byte-order-marks) correctly ──
`object` (`actual`) not equal to `expected` (`expected`).

actual vs expected
                a b
- actual[1, ]   3 4
+ expected[1, ] 1 2
- actual[2, ]   1 2
+ expected[2, ] 3 4

  `actual$a`: 3 1
`expected$a`: 1 3

  `actual$b`: 4 2
`expected$b`: 2 4
{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to