jaredzhou commented on issue #1353: URL: https://github.com/apache/arrow-rs/issues/1353#issuecomment-1096776075
sorry for not being clear,what i mean is add a create method and pass the `Field` in `FixedSizeListBuilder` struct ```rust pub fn with_field(values_builder: T, length: i32, field: Field) -> Self ``` then we can set `DataType` of `FixedSizeList` in `finish()` method. -- 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]
