Skip to content

Commit

Permalink
clean up unwanted comments
Browse files Browse the repository at this point in the history
Signed-off-by: machichima <[email protected]>
  • Loading branch information
machichima committed Dec 20, 2024
1 parent da4199b commit b7daee1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion flyteplugins/go/tasks/plugins/k8s/spark/spark.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ func createSparkPodSpec(
k8sPod *core.K8SPod,
) *sparkOp.SparkPodSpec {

// TODO: check whether merge annotations/labels together or other ways?
annotations := pluginsUtils.UnionMaps(
config.GetK8sPluginConfig().DefaultAnnotations,
pluginsUtils.CopyMap(taskCtx.TaskExecutionMetadata().GetAnnotations()),
Expand Down
1 change: 0 additions & 1 deletion flyteplugins/go/tasks/plugins/k8s/spark/spark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,6 @@ func TestBuildResourceCustomK8SPod(t *testing.T) {
Labels: map[string]string{"label-executor": "val-executor"},
},
}
// put the driver/executor podspec (add custom tolerations) to below function
taskTemplate := dummySparkTaskTemplateDriverExecutor("blah-1", dummySparkConf, driverK8SPod, executorK8SPod)
sparkResourceHandler := sparkResourceHandler{}

Expand Down

0 comments on commit b7daee1

Please sign in to comment.