Skip to content

GH-40171: [Python] Add Type_FIXED_SIZE_LIST to _NESTED_TYPES set#40172

Merged
jorisvandenbossche merged 1 commit intoapache:mainfrom
hussein-awala:fix/is_nested
Feb 27, 2024
Merged

GH-40171: [Python] Add Type_FIXED_SIZE_LIST to _NESTED_TYPES set#40172
jorisvandenbossche merged 1 commit intoapache:mainfrom
hussein-awala:fix/is_nested

Conversation

@hussein-awala
Copy link
Copy Markdown
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?

@github-actions
Copy link
Copy Markdown

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

Copy link
Copy Markdown
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
@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
Copy Markdown
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
@conbench-apache-arrow
Copy link
Copy Markdown

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.

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