imay commented on a change in pull request #1598: Time zone related be function
URL: https://github.com/apache/incubator-doris/pull/1598#discussion_r312721601
##########
File path: be/src/testutil/function_utils.cpp
##########
@@ -34,6 +34,15 @@ FunctionUtils::FunctionUtils() {
_fn_ctx = FunctionContextImpl::create_context(
_state, _memory_pool, return_type, arg_types, 0, false);
}
+FunctionUtils::FunctionUtils(RuntimeState* state) {
+ _state = state;
Review comment:
4 spaces indent
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]