databricks / spark-sql-perf

Apache License 2.0
582 stars 406 forks source link

Fix prewarming query planning unintentionally #193

Open ejono opened 3 years ago

ejono commented 3 years ago

Before this change, logic in ExperimentStatus would cause query planning to be prewarmed as a side effect of capturing the current plan. This change removes this side effect, but adds an option to restore the previous behavior if desired by the user.