snuyanzin commented on code in PR #27158:
URL: https://github.com/apache/flink/pull/27158#discussion_r2503519660
##########
docs/layouts/shortcodes/generated/table_config_configuration.html:
##########
@@ -56,6 +56,12 @@
<td>Integer</td>
<td>Specifies a threshold where generated code will be split into
sub-function calls. Java has a maximum method length of 64 KB. This setting
allows for finer granularity if necessary. Default value is 4000 instead of
64KB as by default JIT refuses to work on methods with more than 8K byte
code.</td>
</tr>
+ <tr>
+ <td><h5>table.legacy-nested-row-nullability</h5><br> <span
class="label label-primary">Batch</span> <span class="label
label-primary">Streaming</span></td>
+ <td style="word-wrap: break-word;">false</td>
+ <td>Boolean</td>
+ <td>Configures the default struct kind for rows processed by
ExtendedSqlRowTypeNameSpec. By default it uses PEEK_FIELDS_NO_EXPAND, legacy
behavior uses FULLY_QUALIFIED.</td>
Review Comment:
sure, updated, thank you
--
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]