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 2021/01/12 14:02:39 UTC

[GitHub] [flink] sjwiesman commented on pull request #14595: [FLINK-20871][API/DataStream] Make DataStream#executeAndCollectWithCl…

sjwiesman commented on pull request #14595:
URL: https://github.com/apache/flink/pull/14595#issuecomment-758674412


   I agree with @dawidwys that this method was made internal on purpose. The only reason it isn't private is to share functionality with the deprecated methods in DataStreamUtils. Ideally, I would like to keep it that way if `executeAndCollect` works for you. 
   
   If not, then I think `ClientAndIterator` needs to be updated before being made public. Proper `getters` and updated javadoc. 


----------------------------------------------------------------
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:
users@infra.apache.org