tinaselenge commented on code in PR #25566:
URL: https://github.com/apache/flink/pull/25566#discussion_r1915103927


##########
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:
   Thanks for reviewing the PR @lsyldliu. I have removed MapViewTypeInfoFactory 
as it's not used anywhere. MapViewTypeInfo seems to be used in a few places 
which would need some refactoring. I think it's better to remove them in a 
separate PR. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to