Ted Yu created FLINK-7260:
-----------------------------
Summary: Match not exhaustive in WindowJoinUtil.scala
Key: FLINK-7260
URL: https://issues.apache.org/jira/browse/FLINK-7260
Project: Flink
Issue Type: Bug
Reporter: Ted Yu
Priority: Minor
Here is related code:
{code}
[WARNING]
/mnt/disk2/a/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)