llama90 opened a new issue, #38210: URL: https://github.com/apache/arrow/issues/38210
### Describe the bug, including details regarding any error messages, version, and platform. ### Overview As the title suggests, an error occurs during the installation command when including the '-DARROW_FLIGHT_SQL=ON' option after rebasing to the most recent commit. * 92de9a3028fdfb76e0ca1e216845e09bf68ab4ac It seems to be related to the commit. In the code, it's being handled as `std::string app_metadata = "";` to set a default value. However, when I run the `install`, if I do not explicitly set the `""` value, the following error occurs. How should I resolve this issue? ### Component(s) C++ -- 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]
