etseidl commented on issue #6219: URL: https://github.com/apache/arrow-rs/issues/6219#issuecomment-2278881601
It seems like the majority of time is spent converting `FixedSizeBinary` to other arrow types (most of the magic happens in `collect`). @tustvold left a TODO https://github.com/apache/arrow-rs/blob/5c5a94a11f01a286dd03b18af0f11c327a9accc6/parquet/src/arrow/array_reader/fixed_len_byte_array.rs#L165 for a possible improvement, but the conversion has to happen eventually, so I don't know if there's any more room for improvement. -- 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]
