[
https://issues.apache.org/jira/browse/FLINK-16887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu resolved FLINK-16887.
-----------------------------
Resolution: Fixed
Fixed in master (1.11.0): dcdbc792d2b67740fb879e6497abdb3f043dfb21
> Refactor retraction rules to support inferring ChangelogMode
> ------------------------------------------------------------
>
> Key: FLINK-16887
> URL: https://issues.apache.org/jira/browse/FLINK-16887
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / Planner
> Reporter: Jark Wu
> Assignee: Jark Wu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Current retraction machanism only support 2 message kinds (+ and -). However,
> since FLIP-95, we will introduce more message kinds to users
> (insert/delete/update_before/update_after).
> In order to support that, we should first refactor current retraction rules
> to support ChangelogMode inference. In previous, every node will be attached
> with a AccMode trait after retraction rule. In the proposed design, we will
> infer ChangelogMode trait for every node.
> Design documentation:
> https://docs.google.com/document/d/1n_iXIQsKT3uiBqENR8j8RdjRhZfzMhhB66QZvx2rFjE/edit?ts=5e8419c1#
--
This message was sent by Atlassian Jira
(v8.3.4#803005)