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

GH-39076: [R] Fix tests that trigger confusing dplyr warnings #39077

Merged
merged 1 commit into from Dec 5, 2023

Conversation

paleolimbot
Copy link
Member

@paleolimbot paleolimbot commented Dec 5, 2023

Rationale for this change

Running our test suite results in many spurious warnings being printed that make it difficult to spot actual warnings.

What changes are included in this PR?

The data used for specific tests involving summarise() was updated to not trigger the warnings.

Are these changes tested?

Yes

Are there any user-facing changes?

No

Copy link

github-actions bot commented Dec 5, 2023

⚠️ GitHub issue #39076 has been automatically assigned in GitHub to PR creator.

@github-actions github-actions bot added Component: R awaiting committer review Awaiting committer review labels Dec 5, 2023
@paleolimbot paleolimbot marked this pull request as ready for review December 5, 2023 18:09
Copy link
Member

@assignUser assignUser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@paleolimbot paleolimbot merged commit 2ab2c42 into apache:main Dec 5, 2023
11 checks passed
@paleolimbot paleolimbot removed the awaiting committer review Awaiting committer review label Dec 5, 2023
raulcd pushed a commit that referenced this pull request Dec 6, 2023
### Rationale for this change

Running our test suite results in many spurious warnings being printed that make it difficult to spot actual warnings.

### What changes are included in this PR?

The data used for specific tests involving `summarise()` was updated to not trigger the warnings.

### Are these changes tested?

Yes

### Are there any user-facing changes?

No
* Closes: #39076

Authored-by: Dewey Dunnington <dewey@voltrondata.com>
Signed-off-by: Dewey Dunnington <dewey@fishandwhistle.net>
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 2ab2c42.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 7 possible false positives for unstable benchmarks that are known to sometimes produce them.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…pache#39077)

### Rationale for this change

Running our test suite results in many spurious warnings being printed that make it difficult to spot actual warnings.

### What changes are included in this PR?

The data used for specific tests involving `summarise()` was updated to not trigger the warnings.

### Are these changes tested?

Yes

### Are there any user-facing changes?

No
* Closes: apache#39076

Authored-by: Dewey Dunnington <dewey@voltrondata.com>
Signed-off-by: Dewey Dunnington <dewey@fishandwhistle.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[R] Running tests results in many warnings from dplyr regarding summarise
2 participants