lsyldliu commented on code in PR #25566: URL: https://github.com/apache/flink/pull/25566#discussion_r1914279808
########## flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/dataview/MapView.java: ########## @@ -89,10 +86,12 @@ * * }</pre> * + * <p>{@code MapView(TypeInformation<?> keyType, TypeInformation<?> valueType)} method was + * deprecated and removed. Please use a {@link DataTypeHint} instead. + * * @param <K> key type * @param <V> value type */ -@TypeInfo(MapViewTypeInfoFactory.class) Review Comment: The same requestion as https://github.com/apache/flink/pull/25565 -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org