alamb commented on issue #9139: URL: https://github.com/apache/arrow-datafusion/issues/9139#issuecomment-1934091217
There is a similar issue with timezones in the `Timestamp` datatype, and the way it is handled is via some sort of wildcard that is not a valid timezone: https://docs.rs/datafusion/latest/datafusion/logical_expr/enum.TypeSignature.html#data-types Maybe we can do something similar for FixedSizeList and use negative numbers For example `DataType::FixedSizeList(.., -1)` could mean "match any length" 🤔 -- 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]
