Skip to content

Commit 4fca3fd

Browse files
committed
fix
1 parent b61b46c commit 4fca3fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2641,8 +2641,8 @@ Runtime SQL configurations inner-session, mutable Spark SQL configurations. They
26412641
Static SQL configurations are cross-session, immutable Spark SQL configurations. External users can query the static sql config values via `SparkSession.conf` or via set command, e.g. `SET spark.sql.extensions;`, but cannot set/unset them.
26422642

26432643
{% for static_file in site.static_files %}
2644-
{% if static_file.name == 'generated-runtime-sql-config-table.html' %}
2645-
{% include_relative generated-runtime-sql-config-table.html %}
2644+
{% if static_file.name == 'generated-static-sql-config-table.html' %}
2645+
{% include_relative generated-static-sql-config-table.html %}
26462646
{% break %}
26472647
{% endif %}
26482648
{% endfor %}

0 commit comments

Comments
 (0)