Commits


Hussein Awala authored and GitHub committed 3f7b2884dcc
GH-40171: [Python] Add Type_FIXED_SIZE_LIST to _NESTED_TYPES set (#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: #40171 Authored-by: hussein-awala <hussein@awala.fr> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>