-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-44967: [MATLAB] Add ReadTable method to RecordBatchFileReader #44965
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
Conversation
|
I'm not sure how to link the JIRA issue to this GitHub issue, any help would be appreciated |
|
We've migrated to GitHub issues from JIRA. See also: #44936 Where did you find JIRA related information? |
|
I noticed this output from the DEV PR / Process (pull_request_target) workflow under the "Add Issue Link" task |
|
Oh, it may be a problem caused by #44936. |
|
Yes, I will also fix my code. Thank you! New issue here |
|
Ah, no. I wanted to create a new issue for #44965 (comment) not a copy of #32671. |
|
You misunderstood #32671. |
|
I apologize. I will close the issue I made and reopen a new one concerning the JIRA issue. |
|
Yes. Just in case:
|
|
Thank you very much! Would I tag the new issue with [Docs] or [C++] or something else? |
|
Could you use |
|
#44968 Please let me know if this looks okay. |
|
It looks okay! |
Rationale for this change
Added a method to read the entire file as a table.
What changes are included in this PR?
Added a method to RecordBatchFileReader files and a corresponding unit test to record_batch_file_reader.cc
Are these changes tested?
Unit test added to record_batch_file_reader.cc
Are there any user-facing changes?