This is an automated email from the ASF dual-hosted git repository.
dannycranmer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 18c73f1488b [docs][hotfix] correct label in config configuration
18c73f1488b is described below
commit 18c73f1488bd7f735ed626cde97f72a5cf7df863
Author: Samrat002 <[email protected]>
AuthorDate: Sat Feb 25 00:27:46 2023 +0530
[docs][hotfix] correct label in config configuration
---
docs/layouts/shortcodes/generated/execution_config_configuration.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/layouts/shortcodes/generated/execution_config_configuration.html
b/docs/layouts/shortcodes/generated/execution_config_configuration.html
index 94dd987303f..68072bb92a4 100644
--- a/docs/layouts/shortcodes/generated/execution_config_configuration.html
+++ b/docs/layouts/shortcodes/generated/execution_config_configuration.html
@@ -15,7 +15,7 @@
<td>The max number of async i/o operation that the async lookup
join can trigger.</td>
</tr>
<tr>
- <td><h5>table.exec.async-lookup.output-mode</h5><br> <span
class="label label-primary">Batch</span> <span class="label label
-primary">Streaming</span></td>
+ <td><h5>table.exec.async-lookup.output-mode</h5><br> <span
class="label label-primary">Batch</span> <span class="label
label-primary">Streaming</span></td>
<td style="word-wrap: break-word;">ORDERED</td>
<td><p>Enum</p></td>
<td>Output mode for asynchronous operations which will convert to
{@see AsyncDataStream.OutputMode}, ORDERED by default. If set to
ALLOW_UNORDERED, will attempt to use {@see
AsyncDataStream.OutputMode.UNORDERED} when it does not affect the correctness
of the result, otherwise ORDERED will be still used.<br /><br />Possible
values:<ul><li>"ORDERED"</li><li>"ALLOW_UNORDERED"</li></ul></td>