JingGe commented on code in PR #21322:
URL: https://github.com/apache/flink/pull/21322#discussion_r1027726863
##########
docs/layouts/shortcodes/generated/table_config_configuration.html:
##########
@@ -62,6 +62,12 @@
<td><p>Enum</p></td>
<td>Strategy how to restore catalog objects such as tables,
functions, or data types using a given plan and performing catalog lookups if
necessary. It influences the need for catalog metadata to bepresent and enables
partial enrichment of plan information.<br /><br />Possible
values:<ul><li>"ALL": Reads all metadata about catalog tables, functions, or
data types that has been persisted in the plan. The strategy performs a catalog
lookup by identifier to fill in missing information or enrich mutable options.
If the original object is not available in the catalog anymore, pipelines can
still be restored if all information necessary is contained in the
plan.</li><li>"ALL_ENFORCED": Requires that all metadata about catalog tables,
functions, or data types has been persisted in the plan. The strategy will
neither perform a catalog lookup by identifier nor enrich mutable options with
catalog information. A restore will fail if not all information necessary is
contained in the
plan.</li><li>"IDENTIFIER": Uses only the identifier of catalog tables,
functions, or data types and always performs a catalog lookup. A restore will
fail if the original object is not available in the catalog anymore. Additional
metadata that might be contained in the plan will be ignored.</li></ul></td>
</tr>
+ <tr>
+ <td><h5>table.print.max-column-width</h5><br> <span class="label
label-primary">Streaming</span></td>
Review Comment:
I am fine with `table.display.max-column-width`. Since this might also be
considered as a public interface modification. Do we need to start a discussion
on the ML and even a FLIP? @wuchong @godfreyhe
--
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]