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

feat(arrow/ipc): add functions to generate payloads #196

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

zeroshade
Copy link
Member

Rationale for this change

Brought up in apache/arrow#39730 requesting separate functions to generate the IPC Payloads for record batches (we have one for schemas in the Flight package, but it makes sense to have one in ipc which is more efficient).

What changes are included in this PR?

Two functions are added, GetRecordBatchPayload and GetSchemaPayload which return ipc payload objects.

Are these changes tested?

Yes, a unit test is added.

Are there any user-facing changes?

No.

@zeroshade
Copy link
Member Author

@kou i'm not familiar enough with brew on macOS, any ideas why it's failing on pkgconf?

@raulcd
Copy link
Member

raulcd commented Nov 22, 2024

any ideas why it's failing on pkgconf?

pkg-config was moved to pkgconf on brew. See the same issue PR on Arrow: apache/arrow#44798

@zeroshade zeroshade force-pushed the ipc-separate-serializer branch from 9786155 to bd708b1 Compare November 22, 2024 21:48
@zeroshade zeroshade merged commit 1a18113 into apache:main Nov 26, 2024
24 checks passed
@zeroshade zeroshade deleted the ipc-separate-serializer branch November 26, 2024 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants