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 09:00:06 UTC

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

godfreyhe commented on issue #8984:  [FLINK-13088][table-api] Support lazy query transformation & execution on TableEnvironment
URL: https://github.com/apache/flink/pull/8984#issuecomment-508687305
 
 
   hi @dawidwys , i'm trying to adapt blink planner to unified table environment + this pr. in blink planner, there are many kinds of plan tests, such as: rule test(`LogicalUnnestRuleTest`), logical plan test(`SubQueryAntiJoinTest`), physical plan test(`CalcTest`), and so on. and plan test result contains `planBefore` (the original `RelNode` tree) and `planAfter`(the optimized `RelNode` tree). so, i want to expose `bufferedModifyOperations` as `protected` or add a `get` method for testing.

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