Identify the error in the following code block intended to configure the number of partitions for wide transformations like `join()` to 32: Code block: ```python spark.conf.set("spark.sql.shuffle.partitions", "32") ``` | Databricks Certified Associate Developer for Apache Spark Quiz - LeetQuiz