[
https://issues.apache.org/jira/browse/FLINK-6517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010179#comment-16010179
]
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_r116436437
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/datastream/TimeAttributesITCase.scala
---
@@ -28,13 +28,13 @@ import
org.apache.flink.streaming.api.watermark.Watermark
import org.apache.flink.streaming.util.StreamingMultipleProgramsTestBase
import org.apache.flink.table.api.scala._
import org.apache.flink.table.api.scala.stream.utils.StreamITCase
-import org.apache.flink.table.api.{TableEnvironment, TableException, Types}
+import org.apache.flink.table.api.{TableEnvironment, TableException,
Types, ValidationException}
import
org.apache.flink.table.calcite.RelTimeIndicatorConverterTest.TableFunc
import org.apache.flink.table.expressions.TimeIntervalUnit
import
org.apache.flink.table.runtime.datastream.TimeAttributesITCase.TimestampWithEqualWatermark
import org.apache.flink.types.Row
import org.junit.Assert._
-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)