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-44923: [MATLAB] Add IPC RecordBatchStreamReader MATLAB class #45068

Merged
merged 20 commits into from
Dec 23, 2024

Conversation

kevingurney
Copy link
Member

@kevingurney kevingurney commented Dec 18, 2024

Rationale for this change

To enable support for the IPC Streaming format in the MATLAB interface, we should add a RecordBatchStreamReader class.

This is a followup to #44922

What changes are included in this PR?

  1. Added a new arrow.io.ipc.RecordBatchStreamReader MATLAB class.

Are these changes tested?

Yes.

  1. Added new MATLAB test suite arrow/matlab/test/arrow/io/ipc/tRecordBatchStreamReader.m.

Are there any user-facing changes?

Yes.

  1. Users can now create arrow.io.ipc.RecordBatchStreamReader objects to read RecordBatch objects incrementally from an Arrow IPC Stream file.

Notes

  1. Thank you @sgilmore10 for your help with this pull request!

Copy link
Member

@sgilmore10 sgilmore10 left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks for working on this :)

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting committer review Awaiting committer review labels Dec 18, 2024
@github-actions github-actions bot added awaiting change review Awaiting change review awaiting changes Awaiting changes and removed awaiting changes Awaiting changes awaiting change review Awaiting change review labels Dec 18, 2024
@github-actions github-actions bot removed the awaiting changes Awaiting changes label Dec 18, 2024
@github-actions github-actions bot added awaiting change review Awaiting change review awaiting changes Awaiting changes and removed awaiting change review Awaiting change review labels Dec 18, 2024
@github-actions github-actions bot added awaiting change review Awaiting change review awaiting changes Awaiting changes and removed awaiting changes Awaiting changes awaiting change review Awaiting change review labels Dec 18, 2024
@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Dec 18, 2024
@kevingurney
Copy link
Member Author

Thanks for the review @sgilmore10! Sorry for all of the typos!

@kevingurney kevingurney marked this pull request as ready for review December 18, 2024 20:35
@kevingurney kevingurney requested a review from kou as a code owner December 18, 2024 20:35
@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting change review Awaiting change review labels Dec 19, 2024
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting changes Awaiting changes labels Dec 20, 2024
@kevingurney
Copy link
Member Author

+1

@kevingurney kevingurney merged commit 8b75373 into apache:main Dec 23, 2024
16 checks passed
@kevingurney kevingurney removed the awaiting merge Awaiting merge label Dec 23, 2024
@kevingurney kevingurney deleted the GH-44923 branch December 23, 2024 20:53
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.

3 participants