This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
new 8683ea501f [fix](planner)add if function signature for jsonb data type
(#24437)
8683ea501f is described below
commit 8683ea501f493b5a7adeba0162e4077827c76de0
Author: starocean999 <[email protected]>
AuthorDate: Sat Sep 16 18:34:32 2023 +0800
[fix](planner)add if function signature for jsonb data type (#24437)
---
gensrc/script/doris_builtins_functions.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/gensrc/script/doris_builtins_functions.py
b/gensrc/script/doris_builtins_functions.py
index 2a9ab95ecd..7a3e103a3d 100755
--- a/gensrc/script/doris_builtins_functions.py
+++ b/gensrc/script/doris_builtins_functions.py
@@ -2071,6 +2071,7 @@ visible_functions = [
[['if'], 'DECIMAL128', ['BOOLEAN', 'DECIMAL128', 'DECIMAL128'], '', '',
'', 'vec', 'CUSTOM'],
[['if'], 'BITMAP', ['BOOLEAN', 'BITMAP', 'BITMAP'], '', '', '', 'vec',
'CUSTOM'],
[['if'], 'HLL', ['BOOLEAN', 'HLL', 'HLL'], '', '', '', 'vec', 'CUSTOM'],
+ [['if'], 'JSONB', ['BOOLEAN', 'JSONB', 'JSONB'], '', '', '', 'vec',
'CUSTOM'],
# The priority of varchar should be lower than decimal in IS_SUPERTYPE_OF
mode.
[['if'], 'VARCHAR', ['BOOLEAN', 'VARCHAR', 'VARCHAR'], '', '', '', 'vec',
'CUSTOM'],
[['if'], 'STRING', ['BOOLEAN', 'STRING', 'STRING'], '', '', '', 'vec',
'CUSTOM'],
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]