davidradl commented on code in PR #27201:
URL: https://github.com/apache/flink/pull/27201#discussion_r2498266752
##########
docs/content/docs/dev/datastream/operators/overview.md:
##########
@@ -700,12 +700,12 @@ some_stream.filter(...).name("filter").set_description("x
in (1, 2, 3, 4) and y
{{< /tab >}}
{{< /tabs>}}
-The format of description of a job vertex is a tree format string by default.
-Users can set `pipeline.vertex-description-mode` to `CASCADING`, if they want
to set description to be the cascading format as in former versions.
+Depending on your needs, you may want to modify some of the default naming
behaviors for vertices and operators.
-Operators generated by Flink SQL will have a name consisted by type of
operator and id, and a detailed description, by default.
-Users can set `table.exec.simplify-operator-name-enabled` to `false`, if they
want to set name to be the detailed description as in former versions.
+By default, the description of a job vertex is organized in a multi-tree line
mode.
Review Comment:
what does multi-tree line mode mean?
--
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]