liuyongvs commented on PR #21958:
URL: https://github.com/apache/flink/pull/21958#issuecomment-1434394315

   hi @snuyanzin do you have time to review it. and the input args type should 
do somethinh like calcite array_concat. do you have good idea, because it 
should be reuse like array_except/array_intersect/
   
   `
     public static final SqlFunction ARRAY_CONCAT =
         SqlBasicFunction.create(SqlKind.ARRAY_CONCAT,
             ReturnTypes.LEAST_RESTRICTIVE,
             OperandTypes.AT_LEAST_ONE_SAME_VARIADIC);
   `
   


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to