Skip to content

Rename aggregation modules, GroupColumn - #12619

Merged
jayzhan211 merged 1 commit into
apache:mainfrom
alamb:alamb/rationalize_module_names
Sep 25, 2024
Merged

Rename aggregation modules, GroupColumn#12619
jayzhan211 merged 1 commit into
apache:mainfrom
alamb:alamb/rationalize_module_names

Conversation

@alamb

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Follow on to #12269 from @jayzhan211

Rationale for this change

As I was reviewing the code, the names of the modules don't quite match their contents and aren't consistent with row.rs, so I would like to fix that as we begin to work on this code more

Changes:

What changes are included in this PR?

  1. rename modules to match contents and reflect structure.
  2. rename ArrowRowEq to GroupColumn as I think that better reflects what the trait does

Are these changes tested?

CI tests

Are there any user-facing changes?

@alamb
alamb marked this pull request as ready for review September 25, 2024 13:10
@github-actionsgithub-actionsBot added the physical-expr Changes to the physical-expr crates label Sep 25, 2024
@compheadcomphead added the api change Changes the API exposed to users of the crate label Sep 25, 2024

@jayzhan211jayzhan211 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍

@jayzhan211

Copy link
Copy Markdown
Contributor

Since the change is not released, I think there is no API change

@jayzhan211
jayzhan211 merged commit 26c8004 into apache:mainSep 25, 2024
@alamb
alamb deleted the alamb/rationalize_module_names branch September 26, 2024 21:22
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api changeChanges the API exposed to users of the cratephysical-exprChanges to the physical-expr crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@alamb@jayzhan211@comphead