WillAyd commented on PR #41107: URL: https://github.com/apache/arrow/pull/41107#issuecomment-2045849990
The compiler is gcc 11.4 Thanks for the link. So reading through that I guess the issue is that we are returning `std::pair<Decimal128, Decimal128>` from a function declared to return type `Result<std::pair<Decimal128, Decimal128>>` and that may not elide the copy? -- 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]
