tinaselenge commented on code in PR #25565: URL: https://github.com/apache/flink/pull/25565#discussion_r1843713618
########## flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/dataview/ListView.java: ########## @@ -186,22 +182,4 @@ public static DataType newListViewDataType(DataType elementDataType) { ListView.class, DataTypes.FIELD("list", DataTypes.ARRAY(elementDataType).bridgedTo(List.class))); } - - // -------------------------------------------------------------------------------------------- - // Legacy - // -------------------------------------------------------------------------------------------- - - @Deprecated public transient TypeInformation<?> elementType; - - /** - * Creates a {@link ListView} for elements of the specified type. - * - * @param elementType The type of the list view elements. - * @deprecated This method uses the old type system. Please use a {@link DataTypeHint} instead - * if the reflective type extraction is not successful. Review Comment: Thanks @SamBarker . I added back the note. -- 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