bube opened a new issue, #7395: URL: https://github.com/apache/paimon/issues/7395
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation As a user of the `FlinkSourceBuilder` I'd like to be able to get a `org.apache.flink.api.connector.source.Source` instance returned instead of only having access to the `DataStream` via `build()` and `buildForRow()`. In my particular case I want to bootstrap my pipeline with historical data from a bounded source using Flink's `HybridSource`, and have the streaming data from a Paimon table. In order to do so, I need provide the `HybridSource` with a `Source` instance which currently isn't possible using the `FlinkSourceBuilder`. ### Solution _No response_ ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a 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]
