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

zhangstar333 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 a2df10e7867 [Fix](smooth-upgrade) Fix incompatibility when upgrade 
from 2.0 to 2.1 (#32444)
a2df10e7867 is described below

commit a2df10e7867a8568fb773065d44c2180dbd65e8f
Author: zhangstar333 <[email protected]>
AuthorDate: Tue Mar 19 15:31:02 2024 +0800

    [Fix](smooth-upgrade) Fix incompatibility when upgrade from 2.0 to 2.1 
(#32444)
---
 be/src/vec/functions/function_string.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/vec/functions/function_string.h 
b/be/src/vec/functions/function_string.h
index 4dc68eecc83..75d8c8d4997 100644
--- a/be/src/vec/functions/function_string.h
+++ b/be/src/vec/functions/function_string.h
@@ -948,7 +948,7 @@ public:
         temp_arguments[0] = arguments[0];
         temp_arguments[1] = num_columns_without_result;
         temp_arguments[2] = num_columns_without_result + 1;
-        SubstringUtil::substring_execute(block, temp_arguments, result, 
input_rows_count);
+        SubstringUtilOld::substring_execute(block, temp_arguments, result, 
input_rows_count);
         return Status::OK();
     }
 };


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

Reply via email to