wuchong 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_r341481647
 
 

 ##########
 File path: 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/TableSchema.java
 ##########
 @@ -157,11 +181,11 @@ public TableSchema copy() {
        /**
         * Returns the specified data type for the given field name.
         *
-        * @param fieldName the name of the field
+        * @param fieldName the name of the field, the field name can be a 
qualified name, e.g. "f0.q1"
         */
        public Optional<DataType> getFieldDataType(String fieldName) {
 
 Review comment:
   I changed it to `field1.innerField2`

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

Reply via email to