Re: [PR] [FLINK-37194][tests] Fix NPE issue in WatermarkITCase [flink]

2025-01-24 Thread via GitHub
davidradl commented on PR #26048: URL: https://github.com/apache/flink/pull/26048#issuecomment-2613005954 Reviewed by Chi on 23/01/2025 Need a committer to review -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [FLINK-37194][tests] Fix NPE issue in WatermarkITCase [flink]

2025-01-22 Thread via GitHub
flinkbot commented on PR #26048: URL: https://github.com/apache/flink/pull/26048#issuecomment-2606839429 ## CI report: * c227934d08287a0311e85f563c2026da5dff452e UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [FLINK-37194][tests] Fix NPE issue in WatermarkITCase [flink]

2025-01-21 Thread via GitHub
showuon commented on code in PR #26048: URL: https://github.com/apache/flink/pull/26048#discussion_r1924825295 ## flink-tests/src/test/java/org/apache/flink/test/streaming/api/datastream/WatermarkITCase.java: ## @@ -135,6 +135,27 @@ void after() throws Exception { }

[PR] [FLINK-37194][tests] Fix NPE issue in WatermarkITCase [flink]

2025-01-21 Thread via GitHub
showuon opened a new pull request, #26048: URL: https://github.com/apache/flink/pull/26048 ## What is the purpose of the change Fix NPE issue in WatermarkITCase. The NPE is because [here](https://github.com/apache/flink/blob/52d6691d2ef98d3a43c611c19e1eb9cc45da834d/flink-t