SamBarker commented on code in PR #881:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/881#discussion_r1767991593


##########
pom.xml:
##########
@@ -110,6 +110,7 @@ under the License.
         <surefire.module.config/>
 
         <derby.version>10.15.2.0</derby.version>
+        <jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>

Review Comment:
   Required by `KubernetesAutoScalerStateStore` 
https://github.com/apache/flink-kubernetes-operator/blob/968a578515d6269bbd5637594a7a342d74c1cd5c/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/state/KubernetesAutoScalerStateStore.java#L205-L212
 
   
   though looking again that looks like a bug and it should use `@nonnull` 
instead.



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