BIOINSu commented on code in PR #24128:
URL: https://github.com/apache/flink/pull/24128#discussion_r1462815202
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/common/CommonExecTableSourceScan.java:
##########
@@ -72,6 +76,8 @@ public abstract class CommonExecTableSourceScan extends
ExecNodeBase<RowData>
@JsonProperty(FIELD_NAME_SCAN_TABLE_SOURCE)
private final DynamicTableSourceSpec tableSourceSpec;
+ protected boolean sourceParallelismConfigured;
Review Comment:
Already set this to local field.
--
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]