This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 2501198800 [Bug](compile) Fix compiling error (#15207)
2501198800 is described below
commit 2501198800ea64a9d8e69242b359b379d29df9bb
Author: Gabriel <[email protected]>
AuthorDate: Tue Dec 20 20:05:49 2022 +0800
[Bug](compile) Fix compiling error (#15207)
---
be/src/vec/functions/function_case.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/be/src/vec/functions/function_case.h
b/be/src/vec/functions/function_case.h
index 5d2d826d23..5c2b39d7f8 100644
--- a/be/src/vec/functions/function_case.h
+++ b/be/src/vec/functions/function_case.h
@@ -374,14 +374,6 @@ public:
return execute_get_type(block.get_by_position(result).type, block,
arguments, result,
input_rows_count);
}
-
- Status close(FunctionContext* context, FunctionContext::FunctionStateScope
scope) override {
- if (scope == FunctionContext::FRAGMENT_LOCAL) {
- delete reinterpret_cast<CaseState*>(
-
context->get_function_state(FunctionContext::FRAGMENT_LOCAL));
- }
- return Status::OK();
- }
};
} // namespace doris::vectorized
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]