Al-assad commented on code in PR #2966:
URL:
https://github.com/apache/incubator-streampark/pull/2966#discussion_r1305073705
##########
streampark-flink/streampark-flink-kubernetes-v2/streampark-flink-kubernetes-core/src/main/scala/org/apache/streampark/flink/kubernetes/v2/operator/CROperator.scala:
##########
@@ -58,6 +60,7 @@ object CROperator extends CROperator {
/** Apply FlinkDeployment CR. */
// noinspection DuplicatedCode
override def applyDeployment(spec: FlinkDeploymentDef): IO[Throwable, Unit]
= {
+ validateDeployFlinkDeploymentCRD
Review Comment:
`validateDeployFlinkDeploymentCRD` return an IO structure that will not be
executed here.
--
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]