carlvinhust2012 opened a new pull request, #10570: URL: https://github.com/apache/doris/pull/10570
# Proposed changes 1. fix the compile error when we compile doris be. the compile error is as follow: /home/disk1/hugo_work/doris_dev/baidu/bdg/doris/core/be/src/exec/mysql_scan_node.cpp:140:37: required from here /home/disk1/hugo_work/doris_dev/baidu/bdg/doris/core/thirdparty/installed/include/fmt/core.h:1423:7: error: static assertion failed: Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt 1423 | formattable<T>(), /home/disk1/hugo_work/doris_dev/baidu/bdg/doris/core/thirdparty/installed/include/fmt/core.h:1423:7: error: static assertion failed: Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt 1423 | formattable<T>(), | ^~~~~~~~~~~~~~~~ /home/disk1/hugo_work/doris_dev/baidu/bdg/doris/core/thirdparty/installed/include/fmt/core.h:1423:7: note: 'fmt::v7::formattable<doris::TypeDescriptor>{std::integral_constant<bool, false>()}' evaluates to false Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (No) 3. Has unit tests been added: (Yes/No/No Need) 4. Has document been added or modified: (Yes/No/No Need) 5. Does it need to update dependencies: (Yes/No) 6. Are there any changes that cannot be rolled back: (Yes/No) ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
