JingGe commented on code in PR #23033:
URL: https://github.com/apache/flink/pull/23033#discussion_r1270643521
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/sources/tsextractors/ExistingField.java:
##########
@@ -42,7 +42,12 @@
/**
* Converts an existing {@link Long}, {@link java.sql.Timestamp}, or timestamp
formatted
* java.lang.String field (e.g., "2018-05-28 12:34:56.000") into a rowtime
attribute.
+ *
+ * @deprecated This class will not be supported in the new source design
around {@link
+ * org.apache.flink.table.connector.source.DynamicTableSource}. See
FLIP-95 for more
+ * information.
*/
+@Deprecated
@PublicEvolving
public final class ExistingField extends TimestampExtractor {
Review Comment:
works for me.
--
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]