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-43170: [Swift] Add StructArray support to ArrowWriter #43439

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abandy
Copy link
Contributor

@abandy abandy commented Jul 26, 2024

Rationale for this change

Support for Struct type has been added to the Swift ArrayReader. This change adds this support to the ArrowWriter.

What changes are included in this PR?

Updates to the ArrowWriter to support the Struct type.

Are these changes tested?

Yes, test included in PR

@abandy abandy requested a review from kou as a code owner July 26, 2024 22:40
Copy link

⚠️ GitHub issue #43170 has been automatically assigned in GitHub to PR creator.

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

Comment on lines 94 to 95
if let childOffset = fieldsOffset {
org_apache_arrow_flatbuf_Field.addVectorOf(children: childOffset, &fbb)
Copy link
Member

Choose a reason for hiding this comment

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

childrenOffset?

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Jul 29, 2024
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.

2 participants