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

 ##########
 File path: flink-python/pyflink/proto/flink-fn-execution.proto
 ##########
 @@ -73,6 +73,7 @@ message Schema {
     ARRAY = 16;
     MAP = 17;
     MULTISET = 18;
+    TABLE = 19;
 
 Review comment:
   Because the proto doesn't include any info about the function type is 
TableFunction, We need  extra info to know the coder type or func type in 
Python.Maybe there would be better solution. What's your suggestion?

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