lsyldliu commented on code in PR #25565:
URL: https://github.com/apache/flink/pull/25565#discussion_r1914278787


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/dataview/ListView.java:
##########
@@ -87,9 +84,11 @@
  *
  * }</pre>
  *
+ * <p>{@code ListView(TypeInformation<?> elementType)} method was deprecated 
and then removed.
+ * Please use a {@link DataTypeHint} instead.
+ *
  * @param <T> element type
  */
-@TypeInfo(ListViewTypeInfoFactory.class)

Review Comment:
   I'm cucurios that we have deleted this annotation, why not delete the 
related deprecated classes such as `ListViewTypeInfo` and 
`ListViewTypeInfoFactory`?



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

Reply via email to