KurtYoung commented on a change in pull request #11910:
URL: https://github.com/apache/flink/pull/11910#discussion_r415272447



##########
File path: flink-python/pyflink/table/tests/test_table_environment_api.py
##########
@@ -275,16 +275,16 @@ def 
test_create_table_environment_with_blink_planner(self):
 
         self.assertEqual(
             planner.getClass().getName(),
-            "org.apache.flink.table.planner.StreamPlanner")
+            "org.apache.flink.table.planner.delegation.StreamPlanner")
 
         t_env = StreamTableEnvironment.create(
-            
environment_settings=EnvironmentSettings.new_instance().use_blink_planner().build())
+            
environment_settings=EnvironmentSettings.new_instance().use_old_planner().build())

Review comment:
       The test is trying to cover all 3 situations, 1) default behavior 2) use 
blink planner explicitly 3) use old planner explicitly. 




----------------------------------------------------------------
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:
[email protected]


Reply via email to