twalthr commented on code in PR #27278:
URL: https://github.com/apache/flink/pull/27278#discussion_r2565778583
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/common/CommonExecTableSourceScan.java:
##########
@@ -188,13 +188,11 @@ protected Transformation<RowData> translateToPlanInternal(
((DataStreamScanProvider) provider)
.produceDataStream(createProviderContext(config),
env)
.getTransformation();
- meta.fill(sourceTransform);
Review Comment:
I agree with David here. This PR needs proper testing in
`org.apache.flink.table.planner.plan.nodes.exec.TransformationsTest`
--
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]