hequn8128 commented on a change in pull request #11130: 
[FLINK-15972][python][table-planner][table-planner-blink] Add Python building 
blocks to make sure the basic functionality of Python TableFunction could work
URL: https://github.com/apache/flink/pull/11130#discussion_r383885581
 
 

 ##########
 File path: flink-python/pyflink/fn_execution/operations.py
 ##########
 @@ -121,19 +122,19 @@ def get(self, value):
         return self._constant_value
 
 
-class ScalarFunctionInvoker(object):
+class StatelessFunctionInvoker(object):
 
 Review comment:
   Also rename `ScalarFunctionInputGetter` to `StatelessFunctionInputGetter`. 
BTW, also rename related comments.

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