Skip to content

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

Merged
zeroshade merged 1 commit intoapache:mainfrom
zeroshade:ipc-separate-serializer
Nov 26, 2024
Merged

feat(arrow/ipc): add functions to generate payloads#196
zeroshade merged 1 commit intoapache:mainfrom
zeroshade:ipc-separate-serializer

Conversation

@zeroshade
Copy link
Copy Markdown
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
Copy Markdown
Member Author

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

@raulcd
Copy link
Copy Markdown
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
@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