hequn8128 commented on a change in pull request #11769: URL: https://github.com/apache/flink/pull/11769#discussion_r412725926
########## File path: flink-python/pyflink/table/tests/test_table_environment_api.py ########## @@ -296,6 +296,15 @@ def test_create_table_environment_with_blink_planner(self): planner.getClass().getName(), "org.apache.flink.table.planner.delegation.StreamPlanner") + t_env = StreamTableEnvironment.create( Review comment: Would be great if we can also add tests for flink planner. FYI: test will be failed for flink planner with the current 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org