[
https://issues.apache.org/jira/browse/FLINK-27623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
godfrey he closed FLINK-27623.
------------------------------
Resolution: Fixed
Fixed in master: c27fd8dc72ceac7631b5f7482db1e9a14b339f68
> Add 'table.exec.async-lookup.output-mode' to ExecutionConfigOptions
> -------------------------------------------------------------------
>
> Key: FLINK-27623
> URL: https://issues.apache.org/jira/browse/FLINK-27623
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: lincoln lee
> Assignee: lincoln lee
> Priority: Major
> Labels: pull-request-available, stale-assigned
> Fix For: 1.16.0
>
>
> Add 'table.exec.async-lookup.output-mode' to ExecutionConfigOptions so that
> users can configure the async lookup join's result order if needed.
> ORDERED by default (behavior the same as now)
> ALLOW_UNORDERED if users allow unordered result and this does not break
> correctness(if lookup join's input is insert only) then will turn to
> AsyncDataStream.OutputMode.UNORDERED mode, usually gain higher throughput.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)