Skip to content

Commit b2859d4

Browse files
committed
[FLINK-39176] Regenerate config docs to fix ConfigOptionsDocsCompletenessITCase
Remove stale table.optimizer.dim-lookup-join.batch.* entries from generated optimizer_config_configuration.html that no longer exist in the codebase after rebase on master.
1 parent 5382a0c commit b2859d4

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

docs/layouts/shortcodes/generated/optimizer_config_configuration.html

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,6 @@
3535
<td><p>Enum</p></td>
3636
<td>Strategy for optimizing the delta-join. Only AUTO, FORCE or NONE can be set. Default it AUTO.<br /><br />Possible values:<ul><li>"AUTO": Optimizer will try to use delta join first. If it fails, it will fallback to the regular join.</li><li>"FORCE": Use the delta join. If it fails, an exception will be thrown.</li><li>"NONE": Don't try to use delta join.</li></ul></td>
3737
</tr>
38-
<tr>
39-
<td><h5>table.optimizer.dim-lookup-join.batch.enabled</h5><br> <span class="label label-primary">Streaming</span></td>
40-
<td style="word-wrap: break-word;">false</td>
41-
<td>Boolean</td>
42-
<td>Whether to enable the dim table batch lookup join.</td>
43-
</tr>
44-
<tr>
45-
<td><h5>table.optimizer.dim-lookup-join.batch.flush.millis</h5><br> <span class="label label-primary">Streaming</span></td>
46-
<td style="word-wrap: break-word;">2000</td>
47-
<td>Long</td>
48-
<td>The flush interval of dim table lookup join in batch mode, in millis.</td>
49-
</tr>
50-
<tr>
51-
<td><h5>table.optimizer.dim-lookup-join.batch.size</h5><br> <span class="label label-primary">Streaming</span></td>
52-
<td style="word-wrap: break-word;">100</td>
53-
<td>Integer</td>
54-
<td>The batch size of dim table lookup join.</td>
55-
</tr>
5638
<tr>
5739
<td><h5>table.optimizer.distinct-agg.split.bucket-num</h5><br> <span class="label label-primary">Streaming</span></td>
5840
<td style="word-wrap: break-word;">1024</td>

0 commit comments

Comments
 (0)