pitrou commented on issue #45930: URL: https://github.com/apache/arrow/issues/45930#issuecomment-2753705875
AFAICT, the problem is that the code being compiled uses a C++17 feature (an `auto` template parameter) but it is compiled in C++14 mode, see `-std=c++14 ` in the command line. That said, `-std=c++14` was also passed in the [last successful job](https://github.com/ursacomputing/crossbow/actions/runs/13871195605/job/38818036755). I'm not sure it's worth investigating what else changed. We should probably just ensure that C++17 is enabled when compiling the Azure SDK. -- 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]
