Conversation
There was a problem hiding this comment.
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.
| - 暂不支持按普通数据列分组的场景。 | ||
| - 暂不支持 `Geometry` 数据类型。 | ||
| - 暂不支持 UDF 函数。 | ||
| - 暂不支持在 `NOTIFY_OPTIONS` 中使用 `ON_FAILURE_PAUSE` 选项。 |
There was a problem hiding this comment.
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.
| - 暂不支持按普通数据列分组的场景。 | |
| - 暂不支持 `Geometry` 数据类型。 | |
| - 暂不支持 UDF 函数。 | |
| - 暂不支持在 `NOTIFY_OPTIONS` 中使用 `ON_FAILURE_PAUSE` 选项。 | |
| - 暂不支持按普通数据列分组的场景。 | |
| - 暂不支持 `Geometry` 数据类型。 | |
| - 暂不支持 `DELETE_OUTPUT_TABLE` 选项。 | |
| - 暂不支持在 `NOTIFY_OPTIONS` 中使用 `ON_FAILURE_PAUSE` 选项。 | |
| - 暂不支持在状态窗口触发中使用 `Cast` 函数。 |
windows and udfs are supported now