You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "HappenLee (via GitHub)" <gi...@apache.org> on 2023/06/13 19:44:37 UTC

[GitHub] [doris] HappenLee commented on a diff in pull request #20658: [Bug](materialized-view) fix problems about create mv on ssb_flat q4.1 failed

HappenLee commented on code in PR #20658:
URL: https://github.com/apache/doris/pull/20658#discussion_r1228618232


##########
be/src/vec/functions/function.h:
##########
@@ -314,6 +315,17 @@ class IFunctionBuilder {
 
 using FunctionBuilderPtr = std::shared_ptr<IFunctionBuilder>;
 
+inline std::string get_types_string(const ColumnsWithTypeAndName& arguments) {
+    std::string types;
+    for (auto argument : arguments) {

Review Comment:
   const auto&



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org