gaborgsomogyi commented on code in PR #26933:
URL: https://github.com/apache/flink/pull/26933#discussion_r2296679570


##########
flink-libraries/flink-state-processing-api/src/main/java/org/apache/flink/state/table/SavepointMetadataTableFunction.java:
##########
@@ -41,6 +46,39 @@
                                 + "operator-coordinator-state-size-in-bytes 
BIGINT NOT NULL, "
                                 + "operator-total-size-in-bytes BIGINT NOT 
NULL>"))
 public class SavepointMetadataTableFunction extends TableFunction<Row> {
+
+    public static final BuiltInFunctionDefinition SAVEPOINT_METADATA =

Review Comment:
   That's fair point. I'm not fan of fixing something which is unrelated but 
this is so tiny that adding `notDeterministic()` is fine.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to