hequn8128 commented on a change in pull request #11859:
URL: https://github.com/apache/flink/pull/11859#discussion_r413039206



##########
File path: 
flink-python/src/main/java/org/apache/flink/table/runtime/functions/python/AbstractPythonStatelessFunctionFlatMap.java
##########
@@ -169,6 +169,10 @@ public AbstractPythonStatelessFunctionFlatMap(
                this.jobOptions = buildJobOptions(config);
        }
 
+       public PythonConfig getPythonConfig() {

Review comment:
       protected

##########
File path: 
flink-python/src/main/java/org/apache/flink/table/runtime/functions/python/AbstractPythonStatelessFunctionFlatMap.java
##########
@@ -248,6 +253,8 @@ public void close() throws Exception {
 
        public abstract void emitResults() throws IOException;
 
+       public abstract int getForwardedFieldsCount();

Review comment:
       protected. 




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


Reply via email to