tillrohrmann commented on a change in pull request #9501: [FLINK-12697] [State
Backends] Support on-disk state storage for spill-able heap backend
URL: https://github.com/apache/flink/pull/9501#discussion_r316721101
##########
File path: flink-state-backends/flink-statebackend-heap-spillable/pom.xml
##########
@@ -37,5 +37,13 @@ under the License.
<packaging>jar</packaging>
<dependencies>
+ <!-- core dependencies -->
+
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+
<artifactId>flink-streaming-java_${scala.binary.version}</artifactId>
Review comment:
Do we really need `flink-streaming-java` as a dependency here? I think that
`flink-runtime` should be sufficient.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services