hequn8128 commented on a change in pull request #11020: [FLINK-15913][python] 
Add Python TableFunction Runner and Operator in old planner
URL: https://github.com/apache/flink/pull/11020#discussion_r375778304
 
 

 ##########
 File path: 
flink-python/src/main/java/org/apache/flink/table/runtime/typeutils/PythonTypeUtils.java
 ##########
 @@ -90,6 +91,39 @@ public static TypeSerializer 
toBlinkTypeSerializer(LogicalType logicalType) {
                return logicalType.accept(new 
LogicalTypeToProtoTypeConverter());
        }
 
+       public static TypeSerializer toFlinkTableTypeSerializer(LogicalType 
logicalType) {
 
 Review comment:
   Since this method is only used by TableFunction, I'd like not to add this 
method in the class. How about add it in `PythonTableFunctionRunner`. 
   
   Same for `toTableProtoType`.

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