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

panxiaolei 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 c9a9d6c00c [Cherry-pick](fix) remove datev2 signature of 
hour_ceil/hour_floor
c9a9d6c00c is described below

commit c9a9d6c00c2e168fbdfa3bdf27a5feef2c34c965
Author: Pxl <[email protected]>
AuthorDate: Sun Jan 29 23:57:04 2023 +0800

    [Cherry-pick](fix) remove datev2 signature of hour_ceil/hour_floor
---
 gensrc/script/doris_builtins_functions.py | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/gensrc/script/doris_builtins_functions.py 
b/gensrc/script/doris_builtins_functions.py
index 68abbad9bc..cc91a7c66a 100755
--- a/gensrc/script/doris_builtins_functions.py
+++ b/gensrc/script/doris_builtins_functions.py
@@ -1700,30 +1700,6 @@ visible_functions = [
     [['day_ceil'], 'DATEV2', ['DATEV2', 'INT', 'DATEV2'],
      
'_ZN5doris18TimestampFunctions8day_ceilEPN9doris_udf15FunctionContextERKNS1_11DateTimeV2ValERKNS1_6IntValES6_',
      '', '', 'vec', 'ALWAYS_NULLABLE'],
-    [['hour_floor'], 'DATETIMEV2', ['DATEV2'],
-     
'_ZN5doris18TimestampFunctions10hour_floorEPN9doris_udf15FunctionContextERKNS1_11DateTimeV2ValE',
-     '', '', 'vec', 'ALWAYS_NULLABLE'],
-    [['hour_floor'], 'DATETIMEV2', ['DATEV2', 'DATEV2'],
-     
'_ZN5doris18TimestampFunctions10hour_floorEPN9doris_udf15FunctionContextERKNS1_11DateTimeV2ValES6_',
-     '', '', 'vec', 'ALWAYS_NULLABLE'],
-    [['hour_floor'], 'DATETIMEV2', ['DATEV2', 'INT'],
-     
'_ZN5doris18TimestampFunctions10hour_floorEPN9doris_udf15FunctionContextERKNS1_11DateTimeV2ValERKNS1_6IntValE',
-     '', '', 'vec', 'ALWAYS_NULLABLE'],
-    [['hour_floor'], 'DATETIMEV2', ['DATEV2', 'INT', 'DATEV2'],
-     
'_ZN5doris18TimestampFunctions10hour_floorEPN9doris_udf15FunctionContextERKNS1_11DateTimeV2ValERKNS1_6IntValES6_',
-     '', '', 'vec', 'ALWAYS_NULLABLE'],
-    [['hour_ceil'], 'DATETIMEV2', ['DATEV2'],
-     
'_ZN5doris18TimestampFunctions9hour_ceilEPN9doris_udf15FunctionContextERKNS1_11DateTimeV2ValE',
-     '', '', 'vec', 'ALWAYS_NULLABLE'],
-    [['hour_ceil'], 'DATETIMEV2', ['DATEV2', 'DATEV2'],
-     
'_ZN5doris18TimestampFunctions9hour_ceilEPN9doris_udf15FunctionContextERKNS1_11DateTimeV2ValES6_',
-     '', '', 'vec', 'ALWAYS_NULLABLE'],
-    [['hour_ceil'], 'DATETIMEV2', ['DATEV2', 'INT'],
-     
'_ZN5doris18TimestampFunctions9hour_ceilEPN9doris_udf15FunctionContextERKNS1_11DateTimeV2ValERKNS1_6IntValE',
-     '', '', 'vec', 'ALWAYS_NULLABLE'],
-    [['hour_ceil'], 'DATETIMEV2', ['DATEV2', 'INT', 'DATEV2'],
-     
'_ZN5doris18TimestampFunctions9hour_ceilEPN9doris_udf15FunctionContextERKNS1_11DateTimeV2ValERKNS1_6IntValES6_',
-     '', '', 'vec', 'ALWAYS_NULLABLE'],
     [['minute_floor'], 'DATETIMEV2', ['DATEV2'],
      
'_ZN5doris18TimestampFunctions12minute_floorEPN9doris_udf15FunctionContextERKNS1_11DateTimeV2ValE',
      '', '', 'vec', 'ALWAYS_NULLABLE'],


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

Reply via email to