For SQLs, I know that the operator ID assignment is not possible now since the query optimizer may not be backward compatible in each release
But are DDLs also affected by this? for example, CREATE TABLE mytable ( id BIGINT, data STRING ) with ( connector = 'kafka' ... id = 'mytable' name = 'mytable' ) and we can save all related checkpoint data |
Hi Kevin Kwon ~ Do you want to customize only the source operator name or all the operator name in order for the state compatibility ? State compatibility is an orthogonal topic and keep the operator name is one way to solve it. Kevin Kwon <[hidden email]> 于2020年11月25日周三 上午1:11写道:
|
SQL does not support that now. But i think your request is reasonable. AFAIK . SQL hints may be a way to configure such a per-operator thing. Would fire an issue first to see if we have an solution for the midterm. Kevin Kwon <[hidden email]>于2020年11月25日 周三下午5:06写道:
|
Here is the issue https://issues.apache.org/jira/browse/FLINK-20368 Kevin Kwon <[hidden email]> 于2020年11月26日周四 上午8:50写道:
|
Free forum by Nabble | Edit this page |