Skip to content

Commit 7db7c03

Browse files
committed
Rename LabelSparkConnName to LabelSparkConnectName
Signed-off-by: Yi Chen <[email protected]>
1 parent 8a2e058 commit 7db7c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/common/spark.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ const (
304304
// LabelSparkAppName is the name of the label for the SparkApplication object name.
305305
LabelSparkAppName = LabelAnnotationPrefix + "app-name"
306306

307-
// LabelSparkConnName is the name of the label for the SparkConnect object name.
308-
LabelSparkConnName = LabelAnnotationPrefix + "conn-name"
307+
// LabelSparkConnectName is the name of the label for the SparkConnect object name.
308+
LabelSparkConnectName = LabelAnnotationPrefix + "connect-name"
309309

310310
// LabelScheduledSparkAppName is the name of the label for the ScheduledSparkApplication object name.
311311
LabelScheduledSparkAppName = LabelAnnotationPrefix + "scheduled-app-name"

0 commit comments

Comments
 (0)