This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 6d092a6d53 set strleft to always_nullable (#10496)
6d092a6d53 is described below
commit 6d092a6d534779ee01ad39bcb6cc39fbb9c3b32c
Author: Pxl <[email protected]>
AuthorDate: Wed Jul 6 17:56:01 2022 +0800
set strleft to always_nullable (#10496)
---
gensrc/script/doris_builtins_functions.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gensrc/script/doris_builtins_functions.py
b/gensrc/script/doris_builtins_functions.py
index 2b916ea908..f95bc7c55b 100755
--- a/gensrc/script/doris_builtins_functions.py
+++ b/gensrc/script/doris_builtins_functions.py
@@ -1035,10 +1035,10 @@ visible_functions = [
'9doris_udf15FunctionContextERKNS1_9StringValERKNS1_6IntValES9_', '',
'', 'vec', 'ALWAYS_NULLABLE'],
[['strleft', 'left'], 'STRING', ['STRING', 'INT'],
'_ZN5doris15StringFunctions4leftEPN9doris_udf'
- '15FunctionContextERKNS1_9StringValERKNS1_6IntValE', '', '', 'vec',
''],
+ '15FunctionContextERKNS1_9StringValERKNS1_6IntValE', '', '', 'vec',
'ALWAYS_NULLABLE'],
[['strright', 'right'], 'STRING', ['STRING', 'INT'],
'_ZN5doris15StringFunctions5rightEPN9doris_udf'
- '15FunctionContextERKNS1_9StringValERKNS1_6IntValE', '', '', 'vec',
''],
+ '15FunctionContextERKNS1_9StringValERKNS1_6IntValE', '', '', 'vec',
'ALWAYS_NULLABLE'],
[['ends_with'], 'BOOLEAN', ['STRING', 'STRING'],
'_ZN5doris15StringFunctions9ends_withEPN9doris_udf15FunctionContextERKNS1_9StringValES6_',
'', '', 'vec', ''],
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]