Fabian Hueske created FLINK-40666:
-------------------------------------
Summary: Simplify SNAPSHOT function by removing
'load_completed_condition' parameter
Key: FLINK-40666
URL: https://issues.apache.org/jira/browse/FLINK-40666
Project: Flink
Issue Type: Sub-task
Components: Table SQL / Planner
Reporter: Fabian Hueske
Assignee: Fabian Hueske
The SNAPSHOT function has a parameter `load_completed_condition` to specify the
condition type to complete the loading phase. It can take two values
`compile_time` and `user_time`.
If the parameter is not specified, it defaults to `compile_time`.
If `user_time` is specified, users also need to provide the
`load_completed_time` parameter. Specifying 'load_completed_condition' =>
'user_time' without specifying 'load_completed_time' is rejected.
This means, we can completely drop 'load_completed_condition' and only decided
for the 'user_time' configuration via the presence of 'load_completed_time'.
Removing the 'load_completed_condition' parameter will make the SNAPSHOT
function easier to use.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)