[
https://issues.apache.org/jira/browse/FLINK-6517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010177#comment-16010177
]
ASF GitHub Bot commented on FLINK-6517:
---------------------------------------
Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/3897#discussion_r116436281
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/calcite/RelTimeIndicatorConverterTest.scala
---
@@ -28,7 +28,7 @@ import org.apache.flink.table.functions.TableFunction
import org.apache.flink.table.plan.logical.TumblingGroupWindow
import org.apache.flink.table.utils.TableTestBase
import org.apache.flink.table.utils.TableTestUtil._
-import org.junit.Test
+import org.junit.{Ignore, Test}
--- End diff --
`Ignore` is unused
> Support multiple consecutive windows
> ------------------------------------
>
> Key: FLINK-6517
> URL: https://issues.apache.org/jira/browse/FLINK-6517
> Project: Flink
> Issue Type: Bug
> Components: Table API & SQL
> Reporter: Timo Walther
> Assignee: Timo Walther
> Priority: Critical
> Fix For: 1.3.0
>
>
> FLINK-5884 changed the way how windows can be defined, however, it is not
> possible to define multiple consecutive windows right now. It should be
> possible to refine the end property of a window as a new time attribute.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)