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-41804: [Swift] Add Struct (Nested) type #43082

Merged
merged 1 commit into from
Jun 28, 2024
Merged

GH-41804: [Swift] Add Struct (Nested) type #43082

merged 1 commit into from
Jun 28, 2024

Conversation

abandy
Copy link
Contributor

@abandy abandy commented 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.

@abandy abandy requested a review from kou as a code owner June 28, 2024 12:05
Copy link

⚠️ GitHub issue #41804 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

@kou kou merged commit e615a30 into apache:main Jun 28, 2024
7 checks passed
@kou kou removed the awaiting review Awaiting review label Jun 28, 2024
@github-actions github-actions bot added the awaiting merge Awaiting merge label Jun 28, 2024
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit e615a30.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them.

zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request 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

Successfully merging this pull request may close these issues.

2 participants