You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/01 15:54:01 UTC

[jira] [Commented] (FLINK-7438) Some classes are eclipsed by classes in package scala

    [ https://issues.apache.org/jira/browse/FLINK-7438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16150753#comment-16150753 ] 

ASF GitHub Bot commented on FLINK-7438:
---------------------------------------

Github user yew1eb commented on the issue:

    https://github.com/apache/flink/pull/4570
  
    CC @aljoscha :satisfied:


> Some classes are eclipsed by classes in package scala
> -----------------------------------------------------
>
>                 Key: FLINK-7438
>                 URL: https://issues.apache.org/jira/browse/FLINK-7438
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System, DataStream API
>            Reporter: Ted Yu
>            Assignee: Hai Zhou
>            Priority: Minor
>
> Noticed the following during compilation:
> {code}
> [WARNING] /flink/flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/WindowedStream.scala:33: warning: imported `OutputTag' is permanently      hidden by definition of object OutputTag in package scala
> [WARNING] import org.apache.flink.util.{Collector, OutputTag}
> [WARNING]                                          ^
> [WARNING] /flink/flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/WindowedStream.scala:33: warning: imported `OutputTag' is permanently      hidden by definition of class OutputTag in package scala
> [WARNING] import org.apache.flink.util.{Collector, OutputTag}
> {code}
> We should avoid the warning e.r.t. OutputTag.
> There may be other occurrences of similar warning.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)