jhorstmann commented on issue #8783: URL: https://github.com/apache/arrow-rs/issues/8783#issuecomment-3490077327
I agree with @etseidl that probably the geometry types introduced this regression, all other variants of `LogicalType` should be trivially copyable. I looked at this function in #7916 and noted > I looked into also specializing the `get_min_max` function by moving the logical type checks outside of the loop, but that did not bring any further measurable improvement. Maybe trying again to vectorize that code could be worthwhile. -- 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]
