alamb opened a new pull request, #12619: URL: https://github.com/apache/datafusion/pull/12619
## Which issue does this PR close? Follow on to https://github.com/apache/datafusion/pull/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? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- 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. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org