You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2022/09/30 12:45:00 UTC

[jira] [Assigned] (ARROW-17848) [R][CI] Failed tests in test-dplyr-funcs-datetime.R

     [ https://issues.apache.org/jira/browse/ARROW-17848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neal Richardson reassigned ARROW-17848:
---------------------------------------

    Assignee: Neal Richardson

> [R][CI] Failed tests in test-dplyr-funcs-datetime.R
> ---------------------------------------------------
>
>                 Key: ARROW-17848
>                 URL: https://issues.apache.org/jira/browse/ARROW-17848
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Continuous Integration, R
>            Reporter: Antoine Pitrou
>            Assignee: Neal Richardson
>            Priority: Critical
>             Fix For: 10.0.0
>
>
> Just saw this on an unrelated PR:
> https://github.com/pitrou/arrow/actions/runs/3129051648/jobs/5078785139#step:11:23882
> {code}
> -- Failure (test-dplyr-funcs-datetime.R:461:3): format_ISO8601 -----------------
> `object` (`actual`) not equal to `expected` (`expected`).
> actual vs expected
>                                   a                  a2
> - actual[1, ]   2018-10-07          2018-10-07         
> + expected[1, ] 2018-10-07 19:04:05 2018-10-07 19:04:05
>   actual[2, ]   NA                  NA                 
> `actual$a`:   "2018-10-07"          NA
> `expected$a`: "2018-10-07 19:04:05" NA
> `actual$a2`:   "2018-10-07"          NA
> `expected$a2`: "2018-10-07 19:04:05" NA
> Backtrace:
>     x
>  1. \-arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-datetime.R:461:2
>  2.   \-arrow:::expect_equal(via_batch, expected, ...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:115:4
>  3.     \-testthat::expect_equal(...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:42:4
> -- Failure (test-dplyr-funcs-datetime.R:461:3): format_ISO8601 -----------------
> `object` (`actual`) not equal to `expected` (`expected`).
> actual vs expected
>                                   a                  a2
> - actual[1, ]   2018-10-07          2018-10-07         
> + expected[1, ] 2018-10-07 19:04:05 2018-10-07 19:04:05
>   actual[2, ]   NA                  NA                 
> `actual$a`:   "2018-10-07"          NA
> `expected$a`: "2018-10-07 19:04:05" NA
> `actual$a2`:   "2018-10-07"          NA
> `expected$a2`: "2018-10-07 19:04:05" NA
> Backtrace:
>     x
>  1. \-arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-datetime.R:461:2
>  2.   \-arrow:::expect_equal(via_table, expected, ...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:129:4
>  3.     \-testthat::expect_equal(...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:42:4
> -- Failure (test-dplyr-funcs-datetime.R:492:5): format_ISO8601 -----------------
> `object` (`actual`) not equal to `expected` (`expected`).
> actual vs expected
>                                   x
> - actual[1, ]   2018-10-07-0600    
> + expected[1, ] 2018-10-07 19:04:05
>   actual[2, ]   NA                 
> `actual$x`:   "2018-10-07-0600"     NA
> `expected$x`: "2018-10-07 19:04:05" NA
> Backtrace:
>     x
>  1. \-arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-datetime.R:492:4
>  2.   \-arrow:::expect_equal(via_batch, expected, ...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:115:4
>  3.     \-testthat::expect_equal(...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:42:4
> -- Failure (test-dplyr-funcs-datetime.R:492:5): format_ISO8601 -----------------
> `object` (`actual`) not equal to `expected` (`expected`).
> actual vs expected
>                                   x
> - actual[1, ]   2018-10-07-0600    
> + expected[1, ] 2018-10-07 19:04:05
>   actual[2, ]   NA                 
> `actual$x`:   "2018-10-07-0600"     NA
> `expected$x`: "2018-10-07 19:04:05" NA
> Backtrace:
>     x
>  1. \-arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-datetime.R:492:4
>  2.   \-arrow:::expect_equal(via_table, expected, ...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:129:4
>  3.     \-testthat::expect_equal(...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:42:4
> -- Failure (test-dplyr-funcs-datetime.R:500:5): format_ISO8601 -----------------
> `object` (`actual`) not equal to `expected` (`expected`).
> actual vs expected
>                                        x
> - actual[1, ]   2018-10-07T19:04:05-0600
> + expected[1, ] 2018-10-07 19:04:05     
>   actual[2, ]   NA                      
> `actual$x`:   "2018-10-07T19:04:05-0600" NA
> `expected$x`: "2018-10-07 19:04:05"      NA
> Backtrace:
>     x
>  1. \-arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-datetime.R:500:4
>  2.   \-arrow:::expect_equal(via_batch, expected, ...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:115:4
>  3.     \-testthat::expect_equal(...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:42:4
> -- Failure (test-dplyr-funcs-datetime.R:500:5): format_ISO8601 -----------------
> `object` (`actual`) not equal to `expected` (`expected`).
> actual vs expected
>                                        x
> - actual[1, ]   2018-10-07T19:04:05-0600
> + expected[1, ] 2018-10-07 19:04:05     
>   actual[2, ]   NA                      
> `actual$x`:   "2018-10-07T19:04:05-0600" NA
> `expected$x`: "2018-10-07 19:04:05"      NA
> Backtrace:
>     x
>  1. \-arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-datetime.R:500:4
>  2.   \-arrow:::expect_equal(via_table, expected, ...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:129:4
>  3.     \-testthat::expect_equal(...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:42:4
> -- Failure (test-dplyr-funcs-datetime.R:511:3): format_ISO8601 -----------------
> `object` (`actual`) not equal to `expected` (`expected`).
> actual vs expected
>                                   x
> - actual[1, ]   2018-10-07T19:04:05
> + expected[1, ] 2018-10-07 19:04:05
>   actual[2, ]   NA                 
> `actual$x`:   "2018-10-07T19:04:05" NA
> `expected$x`: "2018-10-07 19:04:05" NA
> Backtrace:
>     x
>  1. \-arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-datetime.R:511:2
>  2.   \-arrow:::expect_equal(via_batch, expected, ...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:115:4
>  3.     \-testthat::expect_equal(...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:42:4
> -- Failure (test-dplyr-funcs-datetime.R:511:3): format_ISO8601 -----------------
> `object` (`actual`) not equal to `expected` (`expected`).
> actual vs expected
>                                   x
> - actual[1, ]   2018-10-07T19:04:05
> + expected[1, ] 2018-10-07 19:04:05
>   actual[2, ]   NA                 
> `actual$x`:   "2018-10-07T19:04:05" NA
> `expected$x`: "2018-10-07 19:04:05" NA
> Backtrace:
>     x
>  1. \-arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-datetime.R:511:2
>  2.   \-arrow:::expect_equal(via_table, expected, ...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:129:4
>  3.     \-testthat::expect_equal(...) at D:\a\arrow\arrow\r\check\arrow.Rcheck\tests\testthat\helper-expectation.R:42:4
> [ FAIL 8 | WARN 1 | SKIP 42 | PASS 8436 ]
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)