Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit ea41352

Browse files
committed
Use = instead of : in application conf
1 parent 9256513 commit ea41352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/data/custom/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runtime {
9191
"spark.memory.storageFraction" = "0.5",
9292
"spark.memory.offHeap.size" = "1g",
9393
"spark.sql.shuffle.partitions" = "10",
94-
"spark.sql.cbo.enabled": "true",
94+
"spark.sql.cbo.enabled" = "true",
9595
"spark.sql.adaptive.enabled" = "true",
9696
"spark.sql.cbo.planStats.enabled" = "true",
9797
"spark.sql.legacy.allowUntypedScalaUDF" = "true",

0 commit comments

Comments
 (0)