Skip to content

Commit ec169a8

Browse files
committed
[hotfix][docs] In match_recognize docs, remove extracting time attributes from list of limitations
1 parent bbbd160 commit ec169a8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docs/content.zh/docs/dev/table/sql/queries/match_recognize.md

-1
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,6 @@ Flink 对 `MATCH_RECOGNIZE` 子句实现是一项长期持续的工作,目前
10021002
* `CLASSIFIER` 函数,尚不支持返回行映射到的模式变量。
10031003
* `SUBSET` - 它允许创建模式变量的逻辑组,并在 `DEFINE``MEASURES` 子句中使用这些组。
10041004
* Physical offsets - `PREV/NEXT`,它为所有可见事件建立索引,而不是仅将那些映射到模式变量的事件编入索引(如 [logical offsets](#logical-offsets) 的情况)。
1005-
* 提取时间属性 - 目前无法为后续基于时间的操作提取时间属性。
10061005
* `MATCH_RECOGNIZE` 仅 SQL 支持。Table API 中没有等效项。
10071006
* Aggregations:
10081007
* 不支持 distinct aggregations。

docs/content/docs/dev/table/sql/queries/match_recognize.md

-2
Original file line numberDiff line numberDiff line change
@@ -1126,8 +1126,6 @@ Unsupported features include:
11261126
the `DEFINE` and `MEASURES` clauses.
11271127
* Physical offsets - `PREV/NEXT`, which indexes all events seen rather than only those that were
11281128
mapped to a pattern variable (as in [logical offsets](#logical-offsets) case).
1129-
* Extracting time attributes - there is currently no possibility to get a time attribute for
1130-
subsequent time-based operations.
11311129
* `MATCH_RECOGNIZE` is supported only for SQL. There is no equivalent in the Table API.
11321130
* Aggregations:
11331131
* distinct aggregations are not supported.

0 commit comments

Comments
 (0)