Skip to content

Commit fa0f40f

Browse files
committed
fix lints
1 parent faef52d commit fa0f40f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

rust/operator-binary/src/spark_k8s_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ fn spark_job(
762762
.add_env_var(
763763
"SPARK_SUBMIT_OPTS",
764764
format!(
765-
"-Dlog4j.configurationFile={VOLUME_MOUNT_PATH_LOG_CONFIG}/{LOG4J2_CONFIG_FILE}"
765+
"-Dlog4j.configurationFile={VOLUME_MOUNT_PATH_LOG_CONFIG}/{LOG4J2_CONFIG_FILE}"
766766
),
767767
)
768768
// TODO: move this to the image

tests/test-definition.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ dimensions:
55
- "false"
66
- name: spark
77
values:
8-
#- 3.4.1
9-
#- 3.5.0
8+
# - 3.4.1
9+
# - 3.5.0
1010
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
1111
# as in the example below.
1212
- 3.4.1,docker.stackable.tech/sandbox/spark-k8s:3.4.1-stackable0.0.0-dev
1313
- 3.5.0,docker.stackable.tech/sandbox/spark-k8s:3.5.0-stackable0.0.0-dev
1414
- name: spark-delta
1515
values:
16-
#- 3.5.0
17-
- 3.4.1,docker.stackable.tech/sandbox/spark-k8s:3.4.1-stackable0.0.0-dev
16+
# - 3.5.0
1817
- 3.5.0,docker.stackable.tech/sandbox/spark-k8s:3.5.0-stackable0.0.0-dev
1918

2019
- name: ny-tlc-report

0 commit comments

Comments
 (0)