snuyanzin commented on PR #22834:
URL: https://github.com/apache/flink/pull/22834#issuecomment-1621965984

   >so third arg optional is a specific situation offset-end set right bound of 
array.
   > and start-offset behavior not change?
   
   correct
   in this situation
   ```
   array_slice(ARRAY[1,2,3] , -5) -> [1,2,3]  <-- same as 
array_slice(ARRAY[1,2,3] , -5, 3)
   ```
   


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