hanyuzheng7 commented on PR #22834: URL: https://github.com/apache/flink/pull/22834#issuecomment-1608743900
@snuyanzin for this two test cases ``` SELECT array_slice(array[1, 2, 3], -5, 1); SELECT array_slice(array[1, 2, 3], 1, -1); ``` I test it, it not fail with exception, the result of these two cases are null. <img width="1286" alt="Screenshot 2023-06-26 at 8 45 50 PM" src="https://github.com/apache/flink/assets/135176127/01e0632b-257c-479a-8892-38c1262799c2"> -- 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]
