Re: [PR] [FLINK-33248] [table] Fix error message for CURRENT_WATERMARK without arguments [flink]

2023-10-12 Thread via GitHub
dawidwys merged PR #23512: URL: https://github.com/apache/flink/pull/23512 -- 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.apac

Re: [PR] [FLINK-33248] [table] Fix error message for CURRENT_WATERMARK without arguments [flink]

2023-10-11 Thread via GitHub
flinkbot commented on PR #23512: URL: https://github.com/apache/flink/pull/23512#issuecomment-1758638964 ## CI report: * f2f998be3d8be00037956699ae482d10475b8e00 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-33248] [table] Fix error message for CURRENT_WATERMARK without arguments [flink]

2023-10-11 Thread via GitHub
bvarghese1 opened a new pull request, #23512: URL: https://github.com/apache/flink/pull/23512 ## What is the purpose of the change - When CURRENT_WATERMARK is invoked without any arguments, it fails and returns an IndexOutOfBoundsException - This commit fixes it by handling for