Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] [R] ExecNode factory named source not present in registry #29241

Closed
asfimport opened this issue Aug 10, 2021 · 1 comment
Closed

[C++] [R] ExecNode factory named source not present in registry #29241

asfimport opened this issue Aug 10, 2021 · 1 comment

Comments

@asfimport
Copy link

asfimport commented Aug 10, 2021

── Failure (test-dplyr-aggregate.R:166:3): Filter and aggregate ────────────────
860
`via_batch <- rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(input = record_batch(tbl))))` generated warnings:
861
* Error : Key error: ExecNode factory named source not present in registry.; pulling data into R
862
Backtrace:
863864
 1. └─arrow:::expect_dplyr_equal(...) test-dplyr-aggregate.R:166:2
865
 2.   └─testthat::expect_warning(...) helper-expectation.R:101:4
866
── Failure (test-dplyr-aggregate.R:166:3): Filter and aggregate ────────────────
867
`via_table <- rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(input = Table$create(tbl))))` generated warnings:
868
* Error : Key error: ExecNode factory named source not present in registry.; pulling data into R
869
Backtrace:
870871
 1. └─arrow:::expect_dplyr_equal(...) test-dplyr-aggregate.R:166:2
872
 2.   └─testthat::expect_warning(...) helper-expectation.R:114:4
873
── Failure (test-dplyr-aggregate.R:176:3): Filter and aggregate ────────────────
874
`via_batch <- rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(input = record_batch(tbl))))` generated warnings:
875
* Error : Key error: ExecNode factory named source not present in registry.; pulling data into R
876
Backtrace:
877878
 1. └─arrow:::expect_dplyr_equal(...) test-dplyr-aggregate.R:176:2
879
 2.   └─testthat::expect_warning(...) helper-expectation.R:101:4
880
── Failure (test-dplyr-aggregate.R:176:3): Filter and aggregate ────────────────
881
`via_table <- rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(input = Table$create(tbl))))` generated warnings:
882
* Error : Key error: ExecNode factory named source not present in registry.; pulling data into R
883
Backtrace:
884885
 1. └─arrow:::expect_dplyr_equal(...) test-dplyr-aggregate.R:176:2
886
 2.   └─testthat::expect_warning(...) helper-expectation.R:114:4
887

888
[ FAIL 23 | WARN 0 | SKIP 32 | PASS 4954 ]

Link to an example: https://github.com/ursacomputing/crossbow/runs/3287857304#step:7:875

2aa94c4 might be the culprit, it was merged the day before the failures

Reporter: Jonathan Keane / @jonkeane
Assignee: Ben Kietzman / @bkietz

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-13597. Please see the migration documentation for further details.

@asfimport
Copy link
Author

David Li / @lidavidm:
Issue resolved by pull request 10916
#10916

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants