zentol 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_r316662001
##########
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:
now that we have a scala dependency we have to add the scala suffix to the
module again. (The suffix was removed since there were no scala dependencies
before, in which case we forbid scala suffixes)
----------------------------------------------------------------
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