[ https://issues.apache.org/jira/browse/FLINK-6011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954914#comment-15954914 ]
ASF GitHub Bot commented on FLINK-6011: --------------------------------------- Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3665#discussion_r109615593 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/validate/FunctionCatalog.scala --- @@ -350,7 +350,16 @@ class BasicOperatorTable extends ReflectiveSqlOperatorTable { SqlStdOperatorTable.EXISTS, // EXTENSIONS EventTimeExtractor, - ProcTimeExtractor + ProcTimeExtractor, + SqlStdOperatorTable.TUMBLE, + SqlStdOperatorTable.TUMBLE_START, --- End diff -- Do we already support the `START/END` functions? We should let them unsupported until they are implemented and tested. > Support TUMBLE, HOP, SESSION window in streaming SQL > ---------------------------------------------------- > > Key: FLINK-6011 > URL: https://issues.apache.org/jira/browse/FLINK-6011 > Project: Flink > Issue Type: Sub-task > Components: Table API & SQL > Reporter: Haohui Mai > Assignee: Haohui Mai > > CALCITE-1603 and CALCITE-1615 introduces the support of the {{TUMBLE}} / > {{HOP}} / {{SESSION}} windows in the parser. > This jira tracks the efforts of adding the corresponding supports on the > planners / optimizers in Flink. -- This message was sent by Atlassian JIRA (v6.3.15#6346)