alamb opened a new issue, #8880:
URL: https://github.com/apache/arrow-rs/issues/8880

   **Describe the bug**
   - part of https://github.com/apache/arrow-rs/issues/7392
   
   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
   - https://github.com/apache/datafusion/pull/18820
   
   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**
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to