WeiZhong94 commented on a change in pull request #14775:
URL: https://github.com/apache/flink/pull/14775#discussion_r582663613



##########
File path: flink-python/pyflink/proto/flink-fn-execution.proto
##########
@@ -194,8 +194,11 @@ message UserDefinedAggregateFunctions {
   // True if the count(*) agg is inserted by the planner.
   bool count_star_inserted = 11;
 
+  // Whether has Group Window.
+  bool has_group_window = 12;

Review comment:
       We can use `HasField` method in Python to check if the field exists.




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