tobixdev commented on issue #8505: URL: https://github.com/apache/arrow-rs/issues/8505#issuecomment-3355981122
I think a sustainable fix would be to separate the implementation into `from_iter` and `from_trusted_len_iter` similar to `PrimtiveArray`. The former would use a (probably slower) builder for creating the boolean array, while the latter would do a similar thing to the current implementation. -- 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]
