Skip to content

Commit

Permalink
With AQE
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Jan 7, 2025
1 parent 2f2482f commit fbd3218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/core/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"spark.memory.storageFraction": "0"
"spark.databricks.delta.autoCompact.enabled": "false"
"spark.scheduler.mode": "FAIR"
"spark.sql.adaptive.enabled": "false"
"spark.sql.adaptive.enabled": "true"
}
"gcpUserAgent": ${gcpUserAgent}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@ private[processing] object SparkUtils {
* the intermediate dataframes.
*/
private def chooseWriterParallelism(): Int =
(Runtime.getRuntime.availableProcessors - 1).max(1)
200
// (Runtime.getRuntime.availableProcessors - 1).max(1)
}

0 comments on commit fbd3218

Please sign in to comment.