Airblader commented on a change in pull request #15242:
URL: https://github.com/apache/flink/pull/15242#discussion_r595297408



##########
File path: 
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/operations/DataStreamQueryOperation.java
##########
@@ -49,7 +50,7 @@
     private final ObjectIdentifier identifier;
     private final DataStream<E> dataStream;
     private final int[] fieldIndices;
-    private final TableSchema tableSchema;
+    private final ResolvedSchema resolvedSchema;
     // TODO remove this while TableSchema supports fieldNullables

Review comment:
       nit: I don't claim to understand this comment, but it feels like it 
might be out of date now :-)




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to