twalthr commented on a change in pull request #18065:
URL: https://github.com/apache/flink/pull/18065#discussion_r766572807
##########
File path:
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/operations/LegacyDataStreamQueryOperation.java
##########
@@ -55,7 +55,7 @@
private final boolean[] fieldNullables;
private final FlinkStatistic statistic;
- public DataStreamQueryOperation(
+ public LegacyDataStreamQueryOperation(
Review comment:
This one is actually `Internal` and not `Legacy`. It is only used for
testing. The other one is `Legacy`.
--
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]