zentol commented on PR #20757: URL: https://github.com/apache/flink/pull/20757#issuecomment-1275931140
I would deprecated it now so we have some incentive to migrate existing usages (in particular internal!) to migrate to the new source. > the actual generators seem to all default to no-op [DataGenerator.java#L45](https://github.com/apache/flink/blob/c6997c97c575d334679915c328792b8a3067cfb5/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/source/datagen/DataGenerator.java#L45), so it should be no issue to use the generator function instead Looks like the DataGenTableSource _may_ use the stateful `SequenceGenerator` (`DataGenTableSourceFactory#createContainer`)?. -- 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]
