[ https://issues.apache.org/jira/browse/FLINK-7260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ted Yu updated FLINK-7260: -------------------------- Description: 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} was: 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} > 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 > Priority: Minor > > 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)