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-43986: [C++][Acero] Some code cleanup to Grouper #43988

Merged
merged 5 commits into from
Sep 9, 2024

Conversation

zanmato1984
Copy link
Contributor

@zanmato1984 zanmato1984 commented Sep 6, 2024

Rationale for this change

See #43986.

What changes are included in this PR?

Mostly trivial changes, plus removing one Grouper implementation that's not wired.

Are these changes tested?

No new tests needed.

Are there any user-facing changes?

None.

Copy link

github-actions bot commented Sep 6, 2024

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

@zanmato1984
Copy link
Contributor Author

This is a relatively trivial change, @pitrou @felipecrv @mapleFU would you please to take a look? Thanks.

@@ -332,38 +332,6 @@ Result<std::unique_ptr<RowSegmenter>> RowSegmenter::Make(

namespace {

struct GrouperNoKeysImpl : Grouper {
Copy link
Member

Choose a reason for hiding this comment

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

So this is never used?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right, not used anywhere.

@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Sep 6, 2024
@pitrou pitrou merged commit 27b43f4 into apache:main Sep 9, 2024
39 of 40 checks passed
@pitrou pitrou removed the awaiting committer review Awaiting committer review label Sep 9, 2024
@pitrou
Copy link
Member

pitrou commented Sep 9, 2024

Thanks for the improvements @zanmato1984 !

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Sep 9, 2024
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 27b43f4.

There was 1 benchmark result indicating a performance regression:

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

khwilson pushed a commit to khwilson/arrow that referenced this pull request Sep 14, 2024
…3988)

### Rationale for this change

See apache#43986.

### What changes are included in this PR?

Mostly trivial changes, plus removing one `Grouper` implementation that's not wired.

### Are these changes tested?

No new tests needed.

### Are there any user-facing changes?

None.

* GitHub Issue: apache#43986

Authored-by: Ruoxi Sun <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants