twalthr commented on a change in pull request #18879:
URL: https://github.com/apache/flink/pull/18879#discussion_r816632406
##########
File path:
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/common/CommonExecTableSourceScan.java
##########
@@ -131,15 +133,17 @@ public DynamicTableSourceSpec getTableSourceSpec() {
} else if (provider instanceof DataStreamScanProvider) {
Transformation<RowData> transformation =
((DataStreamScanProvider) provider)
- .produceDataStream(createProviderContext(), env)
+ .produceDataStream(
+
createProviderContext(planner.getConfiguration()), env)
Review comment:
Use the new `ExecNodeConfig` here. `planner.getConfiguration()` should
not be accessed directly anymore.
--
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]