xhumanoid commented on a change in pull request #6434: [FLINK-6968] [table] Add
Queryable table sink.
URL: https://github.com/apache/flink/pull/6434#discussion_r209297911
##########
File path: flink-libraries/flink-table/pom.xml
##########
@@ -186,6 +186,13 @@ under the License.
<scope>test</scope>
<type>test-jar</type>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+
<artifactId>flink-queryable-state-runtime_2.11</artifactId>
Review comment:
replace hardcoded 2.11 with ${scala.binary.version}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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