emilymye commented on a change in pull request #16688:
URL: https://github.com/apache/beam/pull/16688#discussion_r797054008
##########
File path: runners/flink/flink_runner.gradle
##########
@@ -151,6 +151,7 @@ dependencies {
implementation "org.apache.flink:flink-streaming-java_2.11:$flink_version"
// RocksDB state backend (included in the Flink distribution)
provided "org.apache.flink:flink-statebackend-rocksdb_2.11:$flink_version"
+ testImplementation
"org.apache.flink:flink-statebackend-rocksdb_2.11:$flink_version"
Review comment:
Mostly going off where they were added in
https://github.com/apache/beam/commit/2e72638c6b08631bbb9a29e6c24f97043ffd0a31
where @dpcollins-google didn't add them everywhere - I'll go ahead and confirm,
and re-request review when I've confirmed
--
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]