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

   ### Is your feature request related to a problem or challenge?
   
   When parsing datatypes from strings, invariants aren't upheld for types:
   
   - fixed size list size must be non-negative
   - time32/time64 has restricted time unit variants
   - decimals have restrictions on allowed precision/scale
   
   ### Describe the solution you'd like
   
   Add checks to datatype parsing to uphold these invariants
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   Raised from downstream datafusion:
   
   - https://github.com/apache/datafusion/issues/22194
   
   Also related to recent fix:
   
   - #10033


-- 
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