[
https://issues.apache.org/jira/browse/FLINK-6517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010178#comment-16010178
]
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_r116433771
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/windowProperties.scala
---
@@ -39,20 +49,20 @@ abstract class WindowProperty(child: Expression)
extends UnaryExpression {
ValidationFailure("Child must be a window reference.")
}
- private[flink] def toNamedWindowProperty(name: String)(implicit
relBuilder: RelBuilder)
+ def toNamedWindowProperty(name: String)
--- End diff --
define in one line?
> 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)