You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/10/07 10:04:16 UTC

[GitHub] tillrohrmann commented on issue #6738: [FLINK-10126] There should be a Scala DataSource

tillrohrmann commented on issue #6738: [FLINK-10126] There should be a Scala DataSource
URL: https://github.com/apache/flink/pull/6738#issuecomment-427640894
 
 
   I agree with @StephanEwen that the current approach is not very clean.
   
   I'm wondering whether introducing a Scala `DataSource extends DataSet` and changing the return type of `ExecutionEnvironment#createInput` from `DataSet` to `DataSource` would really be API breaking. All existing programs should still compile since we would extend `DataSet`. What do you think @yanghua?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services