morrySnow opened a new pull request, #39436:
URL: https://github.com/apache/doris/pull/39436

   pick from master #38497 and #39342
   
   use array<double> for array<string>
   - array_avg
   - array_cum_sum
   - array_difference
   - array_product
   
   use array<bigint> for array<string>
   - bitmap_from_array
   
   use double first
   - fmod
   - pmod
   
   let high order function throw friendly exception
   - array_filter
   - array_first
   - array_last
   - array_reverse_split
   - array_sort_by
   - array_split
   
   let return type same as parameter's type
   - array_push_back
   - array_push_front
   - array_with_constant
   - if
   
   let greatest / least work same as mysql's greatest
   
   


-- 
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