davidlghellin commented on PR #10509: URL: https://github.com/apache/arrow-rs/pull/10509#issuecomment-5157015721
Pushed the fix for the regression. The guard around the new string path was landing in the hot loop; it now decides once per array instead of once per value. Locally `decimal128 to float64` is back to no detected change and `decimal256 to float64` is ~20% faster than main. -- 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]
