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


##########
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:
   Thanks for reviewing the PR @lsyldliu. I have removed 
ListViewTypeInfoFactory as it's not used anywhere else. ListViewTypeInfo 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