hequn8128 commented on a change in pull request #9433: [FLINK-13708] 
[table-planner-blink] transformations should be cleared after execution in 
blink planner
URL: https://github.com/apache/flink/pull/9433#discussion_r347698602
 
 

 ##########
 File path: flink-python/pyflink/table/tests/test_table_environment_api.py
 ##########
 @@ -348,7 +347,7 @@ def test_explain_with_extended(self):
         assert isinstance(actual, str)
 
     def test_explain_with_multi_sinks(self):
-        t_env = self.t_env
+        t_env = self.bt_env
 
 Review comment:
   Agree with @dianfu , we can add another test class, e.g., 
   ```
   class BlinkBatchTableEnvironmentTests(PyFlinkBlinkBatchTableTestCase):
       def test_explain_with_multi_sinks(self):
   ```

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


With regards,
Apache Git Services

Reply via email to