danny0405 commented on a change in pull request #9994: [FLINK-14322][table-api]
Add watermark information in TableSchema
URL: https://github.com/apache/flink/pull/9994#discussion_r341425829
##########
File path:
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/TableSchema.java
##########
@@ -54,44 +58,64 @@
private final DataType[] fieldDataTypes;
- private final Map<String, Integer> fieldNameToIndex;
+ /** Mapping from qualified field name to (nested) field type. */
+ private final Map<String, DataType> typesByName;
Review comment:
`fieldNameToType` ?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services