ljw-hit commented on code in PR #28042:
URL: https://github.com/apache/flink/pull/28042#discussion_r3160434910


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/common/CommonExecTableSourceScan.java:
##########
@@ -283,8 +283,8 @@ private Transformation<RowData> 
applySourceTransformationWrapper(
         if (!changelogMode.containsOnly(RowKind.INSERT)) {
             final ResolvedSchema schema =
                     
tableSourceSpec.getContextResolvedTable().getResolvedSchema();
-            final RowType physicalRowType = getPhysicalRowType(schema);
-            final int[] primaryKeys = getPrimaryKeyIndices(physicalRowType, 
schema);
+            final RowType outputRowType = (RowType) getOutputType();

Review Comment:
   thanks, alreay delete dead code



-- 
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]

Reply via email to