haruki-830 commented on code in PR #4484: URL: https://github.com/apache/flink-cdc/pull/4484#discussion_r3664069182
##########
docs/content.zh/docs/core-concept/data-pipeline.md:
##########
@@ -119,10 +119,27 @@ under the License.
| `local-time-zone` | 作业级别的本地时区。
| optional |
| `execution.runtime-mode` | pipeline 的运行模式,包含 STREAMING 和 BATCH,默认值是
STREAMING。
| optional |
| `route-mode` | [路由]({{< ref "docs/core-concept/route"
>}}#路由模式)规则的匹配模式。可选值:`ALL_MATCH`(默认,应用所有匹配的规则)或 `FIRST_MATCH`(只应用第一个匹配的规则)。
| optional
|
+| `transform.expression.semantics` | Transform
表达式的求值语义。可选值:`LEGACY`(默认,保持现有行为)或 `FLINK_SQL`(对支持的谓词使用与 Flink SQL 兼容的语义)。
| optional |
Review Comment:
That makes sense. I’ll rename it to DEFAULT and update the documentation to
clarify that it preserves the current behavior.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
