rkhachatryan commented on a change in pull request #16978:
URL: https://github.com/apache/flink/pull/16978#discussion_r705267920
##########
File path: flink-test-utils-parent/flink-test-utils/pom.xml
##########
@@ -115,6 +115,14 @@ under the License.
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-statebackend-changelog</artifactId>
+ <version>${project.version}</version>
+ <!-- the dependency should be transitive -->
+ <scope>runtime</scope>
Review comment:
Thanks, good point. Only fat jars under `flink-end-to-end-tests` now
contain the ChangelogStateBackend classes (like
HeavyDeploymentStressTestProgram.jar or KinesisExample.jar).
##########
File path: flink-test-utils-parent/flink-test-utils/pom.xml
##########
@@ -115,6 +115,14 @@ under the License.
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-statebackend-changelog</artifactId>
+ <version>${project.version}</version>
+ <!-- the dependency should be transitive -->
+ <scope>runtime</scope>
Review comment:
Thanks, good point. Only fat jars under `flink-end-to-end-tests` now
contain the ChangelogStateBackend classes (like
`HeavyDeploymentStressTestProgram.jar` or `KinesisExample.jar`).
--
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]