MartijnVisser commented on code in PR #5:
URL:
https://github.com/apache/flink-connector-opensearch/pull/5#discussion_r1100477785
##########
.github/workflows/push_pr.yml:
##########
@@ -25,6 +25,6 @@ jobs:
compile_and_test:
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
- flink_version: 1.16.0
- flink_url:
https://dist.apache.org/repos/dist/release/flink/flink-1.16.0/flink-1.16.0-bin-scala_2.12.tgz
+ flink_version: 1.16.1
+ flink_url:
https://dist.apache.org/repos/dist/release/flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz
Review Comment:
> Thanks @MartijnVisser , still needs version change, right? 1.16.0 ->
1.16.1?
It depends if you want to support 1.16.1 (I think you would). But if you
would like to remain on 1.16.0, at least the link isn't dead anymore :)
--
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]