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

[GitHub] [doris] zhangstar333 commented on a diff in pull request #18354: [vectorized](function) support time_to_sec function

zhangstar333 commented on code in PR #18354:
URL: https://github.com/apache/doris/pull/18354#discussion_r1159739158


##########
be/src/vec/exprs/vectorized_fn_call.cpp:
##########
@@ -107,6 +114,7 @@ doris::Status VectorizedFnCall::execute(VExprContext* context, doris::vectorized
     RETURN_IF_ERROR(_function->execute(context->fn_context(_fn_context_index), *block, arguments,
                                        num_columns_without_result, block->rows(), false));
     *result_column_id = num_columns_without_result;
+    LOG(INFO)<<block->dump_data();
     return Status::OK();

Review Comment:
   remove here



-- 
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