SinBex commented on code in PR #25578:
URL: https://github.com/apache/flink/pull/25578#discussion_r1897890840
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/batch/BatchExecHashJoin.java:
##########
@@ -111,6 +111,9 @@ public class BatchExecHashJoin extends ExecNodeBase<RowData>
@JsonProperty(FIELD_NAME_ESTIMATED_RIGHT_ROW_COUNT)
private final long estimatedRightRowCount;
+ @JsonProperty(FIELD_NAME_IS_JOIN_HINT)
+ private final boolean withHint;
Review Comment:
It will be assigned a default value of false, but complied plan will no
longer undergo processors optimization to convert to a AdaptiveJoin, so it will
not be affected.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]