You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2017/08/11 11:43:00 UTC

[jira] [Closed] (FLINK-7260) Match not exhaustive in WindowJoinUtil.scala

     [ https://issues.apache.org/jira/browse/FLINK-7260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabian Hueske closed FLINK-7260.
--------------------------------
       Resolution: Fixed
         Assignee: Timo Walther
    Fix Version/s: 1.4.0

Fixed with 4f776a2fd9fb29ce040837893b3d0f9f3c6f0a83

> Match not exhaustive in WindowJoinUtil.scala
> --------------------------------------------
>
>                 Key: FLINK-7260
>                 URL: https://issues.apache.org/jira/browse/FLINK-7260
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API & SQL
>            Reporter: Ted Yu
>            Assignee: Timo Walther
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> Here is the warning:
> {code}
> [WARNING] /flink/flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/WindowJoinUtil.scala:296: warning: match may not be exhaustive.
> [WARNING] It would fail on the following inputs: BETWEEN, CREATE_VIEW, DEFAULT, DESCRIBE_SCHEMA, DOT, EXCEPT, EXTRACT, GREATEST, LAST_VALUE, MAP_QUERY_CONSTRUCTOR, NOT, NOT_EQUALS, NULLS_LAST, PATTERN_ALTER, PREV, SIMILAR, SUM0, TIMESTAMP_DIFF, UNION, VAR_SAMP
> [WARNING]       timePred.pred.getKind match {
> {code}



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