[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 <william@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This commit is contained in:
William Hyun 2021-09-02 18:50:59 -07:00 committed by Dongjoon Hyun
parent 568ad6aa44
commit b72fa5ef1c

View file

@ -61,9 +61,9 @@ def generate_sql_configs_table_html(sql_configs, path):
<tr>
<td><code>spark.sql.adaptive.enabled</code></td>
<td>false</td>
<td>true</td>
<td><p>When true, enable adaptive query execution.</p></td>
<td>2.1.0</td>
<td>1.6.0</td>
</tr>
...