Skip to content

refactor(arrow): last increment of the Record -> RecordBatch migration - #522

Merged
zeroshade merged 3 commits into
apache:mainfrom
Mandukhai-Alimaa:alias-record-to-recordbatch-6
Oct 6, 2025
Merged

refactor(arrow): last increment of the Record -> RecordBatch migration#522
zeroshade merged 3 commits into
apache:mainfrom
Mandukhai-Alimaa:alias-record-to-recordbatch-6

Conversation

@Mandukhai-Alimaa

Copy link
Copy Markdown
Contributor

Rationale for this change

Rename the Record interface to RecordBatch for clarity, since Record commonly means a single row but this type represents a batch of rows.

What changes are included in this PR?

The rest of the code is now changed to use the RecordBatch method and updated interface.

Are these changes tested?

Yes. All affected packages build successfully and core tests pass.

Are there any user-facing changes?

No user facing API changes.

Closes #457

Comment thread .golangci.yaml

@zeroshade zeroshade left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good generally, just one question

@zeroshade
zeroshade merged commit d0bad18 into apache:main Oct 6, 2025
29 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants