fredia commented on code in PR #22801:
URL: https://github.com/apache/flink/pull/22801#discussion_r1246014010


##########
flink-test-utils-parent/flink-test-utils/pom.xml:
##########
@@ -133,6 +133,19 @@ under the License.
                        </exclusions>
                </dependency>
 
+               <dependency>
+                       <groupId>org.apache.flink</groupId>
+                       <artifactId>flink-streaming-java</artifactId>
+                       <version>${project.version}</version>
+                       <type>test-jar</type>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.apache.flink</groupId>
+                       <artifactId>flink-statebackend-rocksdb</artifactId>
+                       <version>${project.version}</version>

Review Comment:
   Is `<scope>runtime</scope>` required?



##########
flink-test-utils-parent/flink-test-utils/src/test/java/org/apache/flink/state/benchmark/RescalingBenchmark.java:
##########
@@ -16,7 +16,7 @@
  * limitations under the License
  */
 
-package org.apache.flink.contrib.streaming.state.benchmark;
+package org.apache.flink.state.benchmark;

Review Comment:
   Have you prepared the changes on the flink-benchmarks side? we should 
minimize the time flink-benchmarks compilation fails.
   



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to