[
https://issues.apache.org/jira/browse/FLINK-10811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16679412#comment-16679412
]
ASF GitHub Bot commented on FLINK-10811:
----------------------------------------
zentol closed pull request #7043: [FLINK-10811][hcatalog] Add scala suffix
URL: https://github.com/apache/flink/pull/7043
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/flink-connectors/flink-hcatalog/pom.xml
b/flink-connectors/flink-hcatalog/pom.xml
index b9a36ce127c..c7bfe2eeb4d 100644
--- a/flink-connectors/flink-hcatalog/pom.xml
+++ b/flink-connectors/flink-hcatalog/pom.xml
@@ -29,7 +29,7 @@ under the License.
<relativePath>..</relativePath>
</parent>
- <artifactId>flink-hcatalog</artifactId>
+ <artifactId>flink-hcatalog_${scala.binary.version}</artifactId>
<name>flink-hcatalog</name>
<packaging>jar</packaging>
----------------------------------------------------------------
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]
> Hcatalog modules needs scala suffix
> -----------------------------------
>
> Key: FLINK-10811
> URL: https://issues.apache.org/jira/browse/FLINK-10811
> Project: Flink
> Issue Type: Bug
> Components: Batch Connectors and Input/Output Formats, Build System
> Affects Versions: 1.7.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 1.7.0
>
>
> The {{hcatalog}} connector has a compile dependency on
> {{flink-hadoop-compatibility}} which has a scala suffix, and thus also
> requires a suffix.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)