openinx opened a new pull request #3445: URL: https://github.com/apache/iceberg/pull/3445
I think this PR: https://github.com/apache/iceberg/pull/3364 forgot to run the common flink unit tests for the given specific flink version. So when I run the following command , it even did not run any test cases. ```bash ./gradlew -DflinkVersions=1.13 :iceberg-flink:iceberg-flink-1.13:build -Pquick=true -x javadoc ``` This RP is trying to enable the unit tests check for different flink versions. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
