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 2019/07/05 10:02:53 UTC

[GitHub] [flink] twalthr commented on issue #8984: [FLINK-13088][table-api] Support lazy query transformation & execution on TableEnvironment

twalthr commented on issue #8984:  [FLINK-13088][table-api] Support lazy query transformation & execution on TableEnvironment
URL: https://github.com/apache/flink/pull/8984#issuecomment-508706305
 
 
   Hi @godfreyhe, I would like to propose the following solution to keep the reworking efforts of the tests low and avoid changes of the API classes just for tests. As far as I know, all test classes extend from some test base, right? The test base can provide a mocking table environment `TestingTableEnvironment implements TableEnvironment` that allows for arbitrary testing logic. E.g. buffering `ModifyOperation`s. What do you think? 

----------------------------------------------------------------
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


With regards,
Apache Git Services