You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/10/28 09:41:24 UTC

[GitHub] [arrow] romainfrancois commented on pull request #8256: ARROW-9001: [R] Box outputs as correct type in call_function

romainfrancois commented on pull request #8256:
URL: https://github.com/apache/arrow/pull/8256#issuecomment-717815859


   Finished rebasing this, now seeing, not sure what this is about: 
   
   ```
   > test_check("arrow")
   3491
   ── 1. Error: write_parquet with filesystem arg (@test-s3-minio.R#102)  ─────────
   3492
   NotImplemented: It is not possible to append efficiently to S3 objects
   3493
   Backtrace:
   3494
    1. testthat::expect_length(fs$ls(minio_path("hive_dir")), 2)
   3495
    4. fs$ls(minio_path("hive_dir"))
   3496
    5. arrow:::fs___FileSystem__OpenAppendStream(self, clean_path_rel(path))
   3497
   
   3498
   ── 2. Error: open_dataset with fs (@test-s3-minio.R#113)  ──────────────────────
   3499
   Can't subset columns that don't exist.
   3500
   ✖ Column `dbl` doesn't exist.
   3501
   Backtrace:
   3502
     1. testthat::expect_identical(...)
   3503
     9. dplyr::select(., dbl, lgl)
   3504
    13. arrow:::column_select(arrow_dplyr_query(.data), !!!enquos(...))
   3505
    14. tidyselect:::.FUN(names(.data), !!!enquos(...))
   3506
    15. tidyselect:::eval_select_impl(...)
   3507
    23. tidyselect:::vars_select_eval(...)
   3508
    24. tidyselect:::walk_data_tree(expr, data_mask, context_mask)
   3509
    25. tidyselect:::eval_c(expr, data_mask, context_mask)
   3510
    26. tidyselect:::reduce_sels(node, data_mask, context_mask, init = init)
   3511
    27. tidyselect:::walk_data_tree(new, data_mask, context_mask)
   3512
    28. tidyselect:::as_indices_sel_impl(...)
   3513
    29. tidyselect:::as_indices_impl(x, vars, strict = strict)
   3514
    30. tidyselect:::chr_as_locations(x, vars)
   3515
    31. vctrs::vec_as_location(x, n = length(vars), names = vars)
   3516
    33. vctrs:::stop_subscript_oob(...)
   3517
    34. vctrs:::stop_subscript(...)
   3518
   
   3519
   ── 3. Error: write_dataset with fs (@test-s3-minio.R#122)  ─────────────────────
   3520
   IOPath does not exist '1603877944.93906/new_dataset_dir'
   3521
   Backtrace:
   3522
    1. testthat::expect_length(...)
   3523
    4. fs$ls(minio_path("new_dataset_dir"))
   3524
    5. self$GetFileInfo(selector)
   3525
    6. arrow:::fs___FileSystem__GetTargetInfos_FileSelector(self, x)
   3526
   
   3527
   ── 4. Error: Let's test copy_files too (@test-s3-minio.R#136)  ─────────────────
   3528
   Can't subset columns that don't exist.
   3529
   ✖ Column `dbl` doesn't exist.
   3530
   Backtrace:
   3531
     1. testthat::expect_identical(...)
   3532
     9. dplyr::select(., dbl, lgl)
   3533
    13. arrow:::column_select(arrow_dplyr_query(.data), !!!enquos(...))
   3534
    14. tidyselect:::.FUN(names(.data), !!!enquos(...))
   3535
    15. tidyselect:::eval_select_impl(...)
   3536
    23. tidyselect:::vars_select_eval(...)
   3537
    24. tidyselect:::walk_data_tree(expr, data_mask, context_mask)
   3538
    25. tidyselect:::eval_c(expr, data_mask, context_mask)
   3539
    26. tidyselect:::reduce_sels(node, data_mask, context_mask, init = init)
   3540
    27. tidyselect:::walk_data_tree(new, data_mask, context_mask)
   3541
    28. tidyselect:::as_indices_sel_impl(...)
   3542
    29. tidyselect:::as_indices_impl(x, vars, strict = strict)
   3543
    30. tidyselect:::chr_as_locations(x, vars)
   3544
    31. vctrs::vec_as_location(x, n = length(vars), names = vars)
   3545
    33. vctrs:::stop_subscript_oob(...)
   3546
    34. vctrs:::stop_subscript(...)
   ```


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org