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

   @snuyanzin can you help me polish the description?
   `Returns a subarray of the input array between 'start_offset' and 
'end_offset' inclusive. The 'end_offset' is an optional one. The offsets are 
1-based however 0 is also treated as the beginning of the array. Positive 
values are counted from the beginning of the array while negative from the end. 
If 'start_offset' is after 'end_offset' or both are out of array bounds an 
empty array will be returned. 
   `
   Returns null if any input is null.


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

Reply via email to