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-40171: [Python] Add Type_FIXED_SIZE_LIST to _NESTED_TYPES set #40172

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

hussein-awala
Copy link
Member

@hussein-awala hussein-awala commented Feb 21, 2024

Rationale for this change

What changes are included in this PR?

This PR fixes a minor bug in types.is_nested which doesn't consider the FIXED_SIZE_LIST type as nested type.

Are these changes tested?

Are there any user-facing changes?

Copy link

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

Copy link
Member

@jorisvandenbossche jorisvandenbossche left a comment

Choose a reason for hiding this comment

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

Thanks! This looks like an oversight in is_nested indeed

@jorisvandenbossche jorisvandenbossche merged commit 3f7b288 into apache:main Feb 27, 2024
11 of 12 checks passed
@jorisvandenbossche jorisvandenbossche removed the awaiting review Awaiting review label Feb 27, 2024
@github-actions github-actions bot added the awaiting merge Awaiting merge label Feb 27, 2024
@jorisvandenbossche
Copy link
Member

@danepitkin too late for this PR, but that reminds me we should also add the list view types here (maybe you can do that in one of the open/future PRs you are still doing for list view)

@jorisvandenbossche jorisvandenbossche added this to the 16.0.0 milestone Feb 27, 2024
@hussein-awala hussein-awala deleted the fix/is_nested branch February 27, 2024 21:45
Copy link

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

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 4 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 Feb 28, 2024
apache#40172)

### Rationale for this change

### What changes are included in this PR?

This PR fixes a minor bug in `types.is_nested` which doesn't consider the `FIXED_SIZE_LIST` type as nested type.

### Are these changes tested?

### Are there any user-facing changes?

* Closes: apache#40171

Authored-by: hussein-awala <hussein@awala.fr>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Mar 8, 2024
apache#40172)

### Rationale for this change

### What changes are included in this PR?

This PR fixes a minor bug in `types.is_nested` which doesn't consider the `FIXED_SIZE_LIST` type as nested type.

### Are these changes tested?

### Are there any user-facing changes?

* Closes: apache#40171

Authored-by: hussein-awala <hussein@awala.fr>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.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.

[Python] FixedSizeListType is not considered as a nested type
2 participants