HappenLee commented on code in PR #9147:
URL: https://github.com/apache/incubator-doris/pull/9147#discussion_r855384900
##########
be/src/vec/functions/function_fake.cpp:
##########
@@ -17,18 +17,43 @@
#include "vec/functions/function_fake.h"
+#include <boost/metaparse/string.hpp>
+#include <string_view>
+#include <type_traits>
+
namespace doris::vectorized {
+// We can use std::basic_fixed_string with c++20 in future
Review Comment:
in the future
--
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]