hequn8128 commented on a change in pull request #9890: 
[FLINK-14272][python][table-planner-blink] Support Blink planner for Python UDF
URL: https://github.com/apache/flink/pull/9890#discussion_r336072675
 
 

 ##########
 File path: flink-python/pyflink/table/table_environment.py
 ##########
 @@ -49,6 +49,10 @@ class TableEnvironment(object):
 
     def __init__(self, j_tenv, serializer=PickleSerializer()):
         self._j_tenv = j_tenv
+        j_planner_class = j_tenv.getPlanner().getClass()
 
 Review comment:
   The j_tenv does not contains the `getPlanner()` method if it is a batch env 
under flink planner. We may need to take this into consideration.

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