StephanEwen commented on pull request #13637: URL: https://github.com/apache/flink/pull/13637#issuecomment-712383250
`generateSequence()` behaves a bit different, especially when it comes to order, so mixing the JavaDocs may be tricky. I would personally rather stay closer to the docs of the new `NumberSequenceSource`. I think there is no reason to tie deprecation of `addSource()` and `generateSequence()` together. We cannot deprecate `addSource()` because many sources still need it, but we also should not have two source methods for the same thing (`generateSequence()` and `fromSequence()`). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
