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

[Swift] Add Struct (Nested) types #41804

Closed
abandy opened this issue May 23, 2024 · 1 comment
Closed

[Swift] Add Struct (Nested) types #41804

abandy opened this issue May 23, 2024 · 1 comment

Comments

@abandy
Copy link
Contributor

abandy commented May 23, 2024

Describe the enhancement requested

Struct (Nested) types are currently not implemented in Swift. Adding Nested types as this is required to implement other arrow features.

Component(s)

Swift

abandy added a commit to abandy/arrow that referenced this issue Jun 28, 2024
kou pushed a commit that referenced this issue Jun 28, 2024
### Rationale for this change
Nested types are needed in order to implement Struct types.

### What changes are included in this PR?
This change adds the Nested type and a method for type lookup that will be used for building Struct types.

* GitHub Issue: #41804

Authored-by: Alva Bandy <abandy@live.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou
Copy link
Member

kou commented Jun 30, 2024

Issue resolved by pull request 43082
#43082

@kou kou added this to the 17.0.0 milestone Jun 30, 2024
@kou kou closed this as completed Jun 30, 2024
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this issue Jul 9, 2024
### Rationale for this change
Nested types are needed in order to implement Struct types.

### What changes are included in this PR?
This change adds the Nested type and a method for type lookup that will be used for building Struct types.

* GitHub Issue: apache#41804

Authored-by: Alva Bandy <abandy@live.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants