[
https://issues.apache.org/jira/browse/FLINK-7811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16659487#comment-16659487
]
ASF GitHub Bot commented on FLINK-7811:
---------------------------------------
aljoscha commented on a change in pull request #6894: [FLINK-7811] Add support
for Scala 2.12
URL: https://github.com/apache/flink/pull/6894#discussion_r227022812
##########
File path: flink-formats/flink-avro/pom.xml
##########
@@ -76,25 +75,22 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
- <artifactId>flink-table_2.11</artifactId>
+
<artifactId>flink-table_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
- <!-- To avoid having to have the 'flink-avro' project dependent
on a particular
- Scala version, we hard-refer the
flink-streaming-scala_2.11 here -->
Review comment:
I thought so, but @StephanEwen suggested to keep it out of the artifact,
because they technically don't depend on the Scala version. I'm not sure, and
will look at this with Stephan.
----------------------------------------------------------------
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]
> Add support for Scala 2.12
> --------------------------
>
> Key: FLINK-7811
> URL: https://issues.apache.org/jira/browse/FLINK-7811
> Project: Flink
> Issue Type: Sub-task
> Components: Scala API
> Reporter: Aljoscha Krettek
> Assignee: Aljoscha Krettek
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.7.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)