Skip to content

Regression: FixedSlizeList data type parsing fails on 57.1.0 #8880

@alamb

Description

@alamb

Describe the bug

Arrow 57.0.0 can parse DataTypes like FixedSizeList(4, Int64)

However, the arrow 57.1.0 pre-release can not.

To Reproduce
See tests in the DataFusion upgrade

It then fails like this

1. query failed: DataFusion error: Execution error: Unsupported type 'FixedSizeList(4, Int64)'. Must be a supported arrow type name such as 'Int32' or 'Timestamp(ns)'. Error Expected 'x', got ','

Expected behavior
Type parsing should pass

Additional context

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions