From 99f6f7f8f8f87677c058f2428e8c82c5ea47e3ea Mon Sep 17 00:00:00 2001 From: William Hyun Date: Thu, 2 Sep 2021 18:50:59 -0700 Subject: [PATCH] [SPARK-36657][SQL] Update comment in 'gen-sql-config-docs.py' ### What changes were proposed in this pull request? This PR aims to update comments in `gen-sql-config-docs.py`. ### Why are the changes needed? To make it up to date according to Spark version 3.2.0 release. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A. Closes #33902 from williamhyun/fixtool. Authored-by: William Hyun Signed-off-by: Dongjoon Hyun (cherry picked from commit b72fa5ef1c06b128011cc72d36f7bc02450ee675) Signed-off-by: Dongjoon Hyun --- sql/gen-sql-config-docs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/gen-sql-config-docs.py b/sql/gen-sql-config-docs.py index 1ce3a6142a..83334b6a1f 100644 --- a/sql/gen-sql-config-docs.py +++ b/sql/gen-sql-config-docs.py @@ -61,9 +61,9 @@ def generate_sql_configs_table_html(sql_configs, path): spark.sql.adaptive.enabled - false + true

When true, enable adaptive query execution.

- 2.1.0 + 1.6.0 ...