matthewmturner commented on pull request #1074: URL: https://github.com/apache/arrow-rs/pull/1074#issuecomment-1001212905
actually - are `bool` values currently supported with `DictionaryArray`? I get the following when trying to make one: ``` a value of type `array_dictionary::DictionaryArray<datatypes::types::Int8Type>` cannot be built from an iterator over elements of type `bool` the trait `FromIterator<bool>` is not implemented for `array_dictionary::DictionaryArray<datatypes::types::Int8Type>` ``` i also dont see any tests for `DictionaryArray` that has that as value type. -- 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]
