Skip to content

docs: remove outdated stream limitations#35195

Open
danielclow wants to merge 2 commits intomainfrom
docs/stream-limitations
Open

docs: remove outdated stream limitations#35195
danielclow wants to merge 2 commits intomainfrom
docs/stream-limitations

Conversation

@danielclow
Copy link
Copy Markdown
Contributor

windows and udfs are supported now

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the stream processing documentation in both English and Chinese by removing previous restrictions on User-defined functions (UDFs) and the Windows platform. A review comment identifies that the Chinese documentation is missing certain restrictions still present in the English version, specifically regarding the DELETE_OUTPUT_TABLE option and the Cast function in state window triggers, and provides a suggestion to restore consistency.

Comment on lines 897 to 899
- 暂不支持按普通数据列分组的场景。
- 暂不支持 `Geometry` 数据类型。
- 暂不支持 UDF 函数。
- 暂不支持在 `NOTIFY_OPTIONS` 中使用 `ON_FAILURE_PAUSE` 选项。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The Chinese documentation is missing several temporary restrictions that are still present in the English version. To maintain consistency and ensure users are aware of all current limitations, please add the missing items for DELETE_OUTPUT_TABLE and the Cast function in state window triggers, following the order in the English documentation.

Suggested change
- 暂不支持按普通数据列分组的场景。
- 暂不支持 `Geometry` 数据类型。
- 暂不支持 UDF 函数。
- 暂不支持在 `NOTIFY_OPTIONS` 中使用 `ON_FAILURE_PAUSE` 选项。
- 暂不支持按普通数据列分组的场景。
- 暂不支持 `Geometry` 数据类型。
- 暂不支持 `DELETE_OUTPUT_TABLE` 选项。
- 暂不支持在 `NOTIFY_OPTIONS` 中使用 `ON_FAILURE_PAUSE` 选项。
- 暂不支持在状态窗口触发中使用 `Cast` 函数。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant