Skip to content

Commit

Permalink
Added consumedOptions annotation in StreamExecTemporalJoin
Browse files Browse the repository at this point in the history
  • Loading branch information
Au-Miner committed Dec 13, 2024
1 parent 200f52f commit 5685f1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
name = "stream-exec-temporal-join",
version = 1,
producedTransformations = StreamExecTemporalJoin.TEMPORAL_JOIN_TRANSFORMATION,
consumedOptions = {"table.exec.async-state.enabled"},
minPlanVersion = FlinkVersion.v1_15,
minStateVersion = FlinkVersion.v1_15)
public class StreamExecTemporalJoin extends ExecNodeBase<RowData>
Expand Down

0 comments on commit 5685f1f

Please sign in to comment.