twalthr commented on a change in pull request #13732:
URL: https://github.com/apache/flink/pull/13732#discussion_r510138088



##########
File path: 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/connector/sink/DynamicTableSink.java
##########
@@ -140,7 +140,7 @@
                 *
                 * @see TableSchema#toPhysicalRowDataType()
                 */
-               TypeInformation<?> createTypeInformation(DataType 
consumedDataType);
+               <T> TypeInformation<T> createTypeInformation(DataType 
consumedDataType);

Review comment:
       No it is not a compatible change. But given that those interfaces are 
still relatively new and not many people have changed to the new sources/sinks. 
We should do this change now or never and avoid `@SuppressWarning` in almost 
all implementations.




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


Reply via email to