listen2012 opened a new issue, #15912:
URL: https://github.com/apache/doris/issues/15912

   ### Discussed in https://github.com/apache/doris/discussions/15901
   
   <div type='discussions-op-text'>
   
   <sup>Originally posted by **listen2012** January 13, 2023</sup>
   when the number of arguments for some agg functions (sequence_match, 
retention..) more than 8 ,be will crash down.
   
   部分agg函数输入参数数量不能超过8个,否则be宕机
   
   sql:
   SELECT 
       uid,     
       retention(date = '2022-10-12',date = '2022-10-13',date = 
'2022-10-14',date = '2022-10-15'
       ,date = '2022-10-16',date = '2022-10-17',date = '2022-10-18',date = 
'2022-10-19'
       ,date = '2022-10-20')
       AS r 
       FROM sequence_match_test1 
       GROUP BY uid 
       ORDER BY uid ASC;
   
   message:F0113 15:01:20.535117 11500 aggregate_function_null.h:279] Maximum 
number of arguments for aggregate function with Nullable types is 8</div>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to