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

   This query seems returns an incorrect result
   ```sql
   SELECT array_slice(ARRAY[1, 2, 3, 4, 5], -123, -231); -- returns [1] and 
this is not OK, i would expect empty array []
   ```
   
   


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