Skip to content

Commit b5676f8

Browse files
razvansbernauer
andauthored
Update rust/operator-binary/src/spark_k8s_controller.rs
Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 350b186 commit b5676f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rust/operator-binary/src/spark_k8s_controller.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ pub async fn reconcile(spark_application: Arc<SparkApplication>, ctx: Arc<Ctx>)
175175

176176
let client = &ctx.client;
177177

178-
// Fix for #457
179-
// Skip reconcyling the SparkApplication if it has a non empty status.
180178
if spark_application.status.is_some() {
181179
tracing::info!(
182180
spark_application = spark_application.name_any(),

0 commit comments

Comments
 (0)