-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.0, 1.9.1
-
Component/s: Table SQL / Planner
-
Labels:
This bug is found in FLINK-14946:
The plan for the given sql in FLINK-14946 is
however, the plan after sub-plan reuse is:
in the first picture, we could find that the accMode of two joins are different, but the two joins are reused in the second picture.
The reason is the digest of sub-plan reuse does not contain retraction traits for stream physical nodes now.
- relates to
-
FLINK-14946 Retraction infer would result in bad plan under corner case in blink planner
-
- Open
-
- links to