This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 067309c466 [fix](compile) fix compilation bug (#8950)
067309c466 is described below

commit 067309c4666cb6fd31d66a6fd89a78b2e62a38d7
Author: Mingyu Chen <[email protected]>
AuthorDate: Mon Apr 11 13:12:34 2022 +0800

    [fix](compile) fix compilation bug (#8950)
---
 be/src/vec/functions/functions_geo.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/be/src/vec/functions/functions_geo.h 
b/be/src/vec/functions/functions_geo.h
index d18b808c3f..3002c55a10 100644
--- a/be/src/vec/functions/functions_geo.h
+++ b/be/src/vec/functions/functions_geo.h
@@ -42,7 +42,6 @@ public:
 
     Status execute_impl(FunctionContext* context, Block& block, const 
ColumnNumbers& arguments,
                         size_t result, size_t input_rows_count) override {
-        return Impl::execute(block, arguments, result);
         if constexpr (Impl::NEED_CONTEXT) {
             return Impl::execute(context, block, arguments, result);
         } else {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to