This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new e7fb0ad68f73 [SPARK-46807][DOCS] Add automation notice to generated 
SQL error class docs
e7fb0ad68f73 is described below

commit e7fb0ad68f73d0c1996b19c9e139d70dcc97a8c4
Author: Nicholas Chammas <nicholas.cham...@gmail.com>
AuthorDate: Tue Jan 23 15:41:28 2024 +0900

    [SPARK-46807][DOCS] Add automation notice to generated SQL error class docs
    
    ### What changes were proposed in this pull request?
    
    Add an HTML comment to all generated SQL error class documents warning the 
reader that they should not edit the file.
    
    ### Why are the changes needed?
    
    This should help prevent problems like the one in #44825.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    I ran the following command and reviewed the modified documents:
    
    ```sh
    SPARK_GENERATE_GOLDEN_FILES=1 build/sbt "core/testOnly *SparkThrowableSuite 
-- -t \"Error classes match with document\""
    ```
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #44847 from nchammas/SPARK-46807-sql-error-automation-notice.
    
    Authored-by: Nicholas Chammas <nicholas.cham...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 core/src/test/scala/org/apache/spark/SparkThrowableSuite.scala     | 7 ++++++-
 docs/sql-error-conditions-as-of-join-error-class.md                | 5 +++++
 ...error-conditions-cannot-create-data-source-table-error-class.md | 5 +++++
 docs/sql-error-conditions-cannot-load-state-store-error-class.md   | 5 +++++
 docs/sql-error-conditions-cannot-update-field-error-class.md       | 5 +++++
 docs/sql-error-conditions-cannot-write-state-store-error-class.md  | 5 +++++
 ...-error-conditions-collection-size-limit-exceeded-error-class.md | 7 +++++++
 ...-conditions-complex-expression-unsupported-input-error-class.md | 5 +++++
 docs/sql-error-conditions-connect-error-class.md                   | 5 +++++
 ...ror-conditions-create-view-column-arity-mismatch-error-class.md | 5 +++++
 docs/sql-error-conditions-datatype-mismatch-error-class.md         | 5 +++++
 ...onditions-duplicate-routine-parameter-assignment-error-class.md | 5 +++++
 docs/sql-error-conditions-expect-table-not-view-error-class.md     | 5 +++++
 docs/sql-error-conditions-expect-view-not-table-error-class.md     | 5 +++++
 docs/sql-error-conditions-failed-jdbc-error-class.md               | 5 +++++
 ...sql-error-conditions-incompatible-data-for-table-error-class.md | 5 +++++
 .../sql-error-conditions-incomplete-type-definition-error-class.md | 5 +++++
 ...r-conditions-inconsistent-behavior-cross-version-error-class.md | 5 +++++
 ...ql-error-conditions-insert-column-arity-mismatch-error-class.md | 5 +++++
 ...sql-error-conditions-insufficient-table-property-error-class.md | 5 +++++
 ...error-conditions-internal-error-metadata-catalog-error-class.md | 5 +++++
 docs/sql-error-conditions-invalid-boundary-error-class.md          | 5 +++++
 docs/sql-error-conditions-invalid-cursor-error-class.md            | 5 +++++
 docs/sql-error-conditions-invalid-default-value-error-class.md     | 5 +++++
 docs/sql-error-conditions-invalid-format-error-class.md            | 5 +++++
 docs/sql-error-conditions-invalid-handle-error-class.md            | 5 +++++
 docs/sql-error-conditions-invalid-inline-table-error-class.md      | 5 +++++
 ...conditions-invalid-inverse-distribution-function-error-class.md | 5 +++++
 ...ql-error-conditions-invalid-lambda-function-call-error-class.md | 5 +++++
 ...l-error-conditions-invalid-limit-like-expression-error-class.md | 5 +++++
 docs/sql-error-conditions-invalid-observed-metrics-error-class.md  | 5 +++++
 docs/sql-error-conditions-invalid-options-error-class.md           | 5 +++++
 docs/sql-error-conditions-invalid-parameter-value-error-class.md   | 5 +++++
 ...sql-error-conditions-invalid-partition-operation-error-class.md | 5 +++++
 docs/sql-error-conditions-invalid-schema-error-class.md            | 5 +++++
 docs/sql-error-conditions-invalid-sql-syntax-error-class.md        | 5 +++++
 ...sql-error-conditions-invalid-subquery-expression-error-class.md | 5 +++++
 ...or-conditions-invalid-time-travel-timestamp-expr-error-class.md | 5 +++++
 .../sql-error-conditions-invalid-write-distribution-error-class.md | 5 +++++
 ...sql-error-conditions-malformed-record-in-parsing-error-class.md | 5 +++++
 docs/sql-error-conditions-missing-attributes-error-class.md        | 5 +++++
 docs/sql-error-conditions-not-a-constant-string-error-class.md     | 5 +++++
 docs/sql-error-conditions-not-allowed-in-from-error-class.md       | 5 +++++
 ...l-error-conditions-not-null-constraint-violation-error-class.md | 5 +++++
 ...l-error-conditions-not-supported-in-jdbc-catalog-error-class.md | 5 +++++
 docs/sql-error-conditions-stds-invalid-option-value-error-class.md | 5 +++++
 docs/sql-error-conditions-unresolved-column-error-class.md         | 5 +++++
 docs/sql-error-conditions-unresolved-field-error-class.md          | 5 +++++
 docs/sql-error-conditions-unresolved-map-key-error-class.md        | 5 +++++
 docs/sql-error-conditions-unsupported-add-file-error-class.md      | 5 +++++
 docs/sql-error-conditions-unsupported-default-value-error-class.md | 5 +++++
 docs/sql-error-conditions-unsupported-deserializer-error-class.md  | 5 +++++
 docs/sql-error-conditions-unsupported-feature-error-class.md       | 5 +++++
 docs/sql-error-conditions-unsupported-generator-error-class.md     | 5 +++++
 docs/sql-error-conditions-unsupported-insert-error-class.md        | 5 +++++
 ...sql-error-conditions-unsupported-merge-condition-error-class.md | 5 +++++
 docs/sql-error-conditions-unsupported-overwrite-error-class.md     | 5 +++++
 docs/sql-error-conditions-unsupported-save-mode-error-class.md     | 5 +++++
 ...ditions-unsupported-subquery-expression-category-error-class.md | 5 +++++
 docs/sql-error-conditions-wrong-num-args-error-class.md            | 5 +++++
 docs/sql-error-conditions.md                                       | 5 +++++
 61 files changed, 308 insertions(+), 1 deletion(-)

diff --git a/core/src/test/scala/org/apache/spark/SparkThrowableSuite.scala 
b/core/src/test/scala/org/apache/spark/SparkThrowableSuite.scala
index 1ab50f867ff4..6833baba6e62 100644
--- a/core/src/test/scala/org/apache/spark/SparkThrowableSuite.scala
+++ b/core/src/test/scala/org/apache/spark/SparkThrowableSuite.scala
@@ -229,7 +229,12 @@ class SparkThrowableSuite extends SparkFunSuite {
          |  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
          |  See the License for the specific language governing permissions and
          |  limitations under the License.
-         |---""".stripMargin
+         |---
+         |
+         |<!--
+         |  DO NOT EDIT THIS FILE.
+         |  It was generated automatically by `${getClass().getName()}`.
+         |-->""".stripMargin
     }
 
     def orphanedGoldenFiles(): Iterable[File] = {
diff --git a/docs/sql-error-conditions-as-of-join-error-class.md 
b/docs/sql-error-conditions-as-of-join-error-class.md
index d8f2ef840760..df122c22616e 100644
--- a/docs/sql-error-conditions-as-of-join-error-class.md
+++ b/docs/sql-error-conditions-as-of-join-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42604](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Invalid as-of join.
diff --git 
a/docs/sql-error-conditions-cannot-create-data-source-table-error-class.md 
b/docs/sql-error-conditions-cannot-create-data-source-table-error-class.md
index f52e4f462bc9..a5bc5c0dc094 100644
--- a/docs/sql-error-conditions-cannot-create-data-source-table-error-class.md
+++ b/docs/sql-error-conditions-cannot-create-data-source-table-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42KDE](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Failed to create data source table `<tableName>`:
diff --git a/docs/sql-error-conditions-cannot-load-state-store-error-class.md 
b/docs/sql-error-conditions-cannot-load-state-store-error-class.md
index 50450be689f5..9cb054890e19 100644
--- a/docs/sql-error-conditions-cannot-load-state-store-error-class.md
+++ b/docs/sql-error-conditions-cannot-load-state-store-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 SQLSTATE: 58030
 
 An error occurred during loading state.
diff --git a/docs/sql-error-conditions-cannot-update-field-error-class.md 
b/docs/sql-error-conditions-cannot-update-field-error-class.md
index 42f952a403be..fe27ab90d149 100644
--- a/docs/sql-error-conditions-cannot-update-field-error-class.md
+++ b/docs/sql-error-conditions-cannot-update-field-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
 
 Cannot update `<table>` field `<fieldName>` type:
diff --git a/docs/sql-error-conditions-cannot-write-state-store-error-class.md 
b/docs/sql-error-conditions-cannot-write-state-store-error-class.md
index 00e3a6ef88b9..0bed5755bdb8 100644
--- a/docs/sql-error-conditions-cannot-write-state-store-error-class.md
+++ b/docs/sql-error-conditions-cannot-write-state-store-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 SQLSTATE: 58030
 
 Error writing state store files for provider `<providerClass>`.
diff --git 
a/docs/sql-error-conditions-collection-size-limit-exceeded-error-class.md 
b/docs/sql-error-conditions-collection-size-limit-exceeded-error-class.md
index 78b9e4382615..0d502245459e 100644
--- a/docs/sql-error-conditions-collection-size-limit-exceeded-error-class.md
+++ b/docs/sql-error-conditions-collection-size-limit-exceeded-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
54000](sql-error-conditions-sqlstates.html#class-54-program-limit-exceeded)
 
 Can't create array with `<numberOfElements>` elements which exceeding the 
array size limit `<maxRoundedArrayLength>`,
@@ -36,3 +41,5 @@ cannot initialize an array with specified parameters.
 ## PARAMETER
 
 the value of parameter(s) `<parameter>` in the function `<functionName>` is 
invalid.
+
+
diff --git 
a/docs/sql-error-conditions-complex-expression-unsupported-input-error-class.md 
b/docs/sql-error-conditions-complex-expression-unsupported-input-error-class.md
index e8b8630c19aa..e73499ffabd5 100644
--- 
a/docs/sql-error-conditions-complex-expression-unsupported-input-error-class.md
+++ 
b/docs/sql-error-conditions-complex-expression-unsupported-input-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42K09](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Cannot process input data types for the expression: `<expression>`.
diff --git a/docs/sql-error-conditions-connect-error-class.md 
b/docs/sql-error-conditions-connect-error-class.md
index 74f3ce49560f..c6d2057b0983 100644
--- a/docs/sql-error-conditions-connect-error-class.md
+++ b/docs/sql-error-conditions-connect-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 SQLSTATE: 56K00
 
 Generic Spark Connect error.
diff --git 
a/docs/sql-error-conditions-create-view-column-arity-mismatch-error-class.md 
b/docs/sql-error-conditions-create-view-column-arity-mismatch-error-class.md
index 29a59f91a99a..a11449954ee0 100644
--- a/docs/sql-error-conditions-create-view-column-arity-mismatch-error-class.md
+++ b/docs/sql-error-conditions-create-view-column-arity-mismatch-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
21S01](sql-error-conditions-sqlstates.html#class-21-cardinality-violation)
 
 Cannot create view `<viewName>`, the reason is
diff --git a/docs/sql-error-conditions-datatype-mismatch-error-class.md 
b/docs/sql-error-conditions-datatype-mismatch-error-class.md
index 3e3c1091baad..25d367b13668 100644
--- a/docs/sql-error-conditions-datatype-mismatch-error-class.md
+++ b/docs/sql-error-conditions-datatype-mismatch-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42K09](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Cannot resolve `<sqlExpr>` due to data type mismatch:
diff --git 
a/docs/sql-error-conditions-duplicate-routine-parameter-assignment-error-class.md
 
b/docs/sql-error-conditions-duplicate-routine-parameter-assignment-error-class.md
index eb5ca2a0169d..288088e57e7c 100644
--- 
a/docs/sql-error-conditions-duplicate-routine-parameter-assignment-error-class.md
+++ 
b/docs/sql-error-conditions-duplicate-routine-parameter-assignment-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
4274K](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Call to function `<functionName>` is invalid because it includes multiple 
argument assignments to the same parameter name `<parameterName>`.
diff --git a/docs/sql-error-conditions-expect-table-not-view-error-class.md 
b/docs/sql-error-conditions-expect-table-not-view-error-class.md
index 091a176f2fa3..0ab99ce33fa8 100644
--- a/docs/sql-error-conditions-expect-table-not-view-error-class.md
+++ b/docs/sql-error-conditions-expect-table-not-view-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42809](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 '`<operation>`' expects a table but `<viewName>` is a view.
diff --git a/docs/sql-error-conditions-expect-view-not-table-error-class.md 
b/docs/sql-error-conditions-expect-view-not-table-error-class.md
index 46198e3ee3fa..97a6f59e13f4 100644
--- a/docs/sql-error-conditions-expect-view-not-table-error-class.md
+++ b/docs/sql-error-conditions-expect-view-not-table-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42809](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 The table `<tableName>` does not support `<operation>`.
diff --git a/docs/sql-error-conditions-failed-jdbc-error-class.md 
b/docs/sql-error-conditions-failed-jdbc-error-class.md
index 1740ad49e7f3..bc8464c188d7 100644
--- a/docs/sql-error-conditions-failed-jdbc-error-class.md
+++ b/docs/sql-error-conditions-failed-jdbc-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 SQLSTATE: HV000
 
 Failed JDBC `<url>` on the operation:
diff --git 
a/docs/sql-error-conditions-incompatible-data-for-table-error-class.md 
b/docs/sql-error-conditions-incompatible-data-for-table-error-class.md
index 0dd28e9d55c5..2f84dc90b653 100644
--- a/docs/sql-error-conditions-incompatible-data-for-table-error-class.md
+++ b/docs/sql-error-conditions-incompatible-data-for-table-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 SQLSTATE: KD000
 
 Cannot write incompatible data for the table `<tableName>`:
diff --git 
a/docs/sql-error-conditions-incomplete-type-definition-error-class.md 
b/docs/sql-error-conditions-incomplete-type-definition-error-class.md
index b7ef843f6f9c..b84d4c37b7f0 100644
--- a/docs/sql-error-conditions-incomplete-type-definition-error-class.md
+++ b/docs/sql-error-conditions-incomplete-type-definition-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42K01](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Incomplete complex type:
diff --git 
a/docs/sql-error-conditions-inconsistent-behavior-cross-version-error-class.md 
b/docs/sql-error-conditions-inconsistent-behavior-cross-version-error-class.md
index 0458d6c50d33..fd8355d95048 100644
--- 
a/docs/sql-error-conditions-inconsistent-behavior-cross-version-error-class.md
+++ 
b/docs/sql-error-conditions-inconsistent-behavior-cross-version-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42K0B](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 You may get a different result due to the upgrading to
diff --git 
a/docs/sql-error-conditions-insert-column-arity-mismatch-error-class.md 
b/docs/sql-error-conditions-insert-column-arity-mismatch-error-class.md
index 47d4108982ff..3c7d3cc77e87 100644
--- a/docs/sql-error-conditions-insert-column-arity-mismatch-error-class.md
+++ b/docs/sql-error-conditions-insert-column-arity-mismatch-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
21S01](sql-error-conditions-sqlstates.html#class-21-cardinality-violation)
 
 Cannot write to `<tableName>`, the reason is
diff --git 
a/docs/sql-error-conditions-insufficient-table-property-error-class.md 
b/docs/sql-error-conditions-insufficient-table-property-error-class.md
index 94175ccaf4c8..43a300aa7e97 100644
--- a/docs/sql-error-conditions-insufficient-table-property-error-class.md
+++ b/docs/sql-error-conditions-insufficient-table-property-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: XXKUC](sql-error-conditions-sqlstates.html#class-XX-internal-error)
 
 Can't find table property:
diff --git 
a/docs/sql-error-conditions-internal-error-metadata-catalog-error-class.md 
b/docs/sql-error-conditions-internal-error-metadata-catalog-error-class.md
index e45116561281..b3d61f7f7e5a 100644
--- a/docs/sql-error-conditions-internal-error-metadata-catalog-error-class.md
+++ b/docs/sql-error-conditions-internal-error-metadata-catalog-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error)
 
 An object in the metadata catalog has been corrupted:
diff --git a/docs/sql-error-conditions-invalid-boundary-error-class.md 
b/docs/sql-error-conditions-invalid-boundary-error-class.md
index 7237ce2ae2ad..f5317e14261d 100644
--- a/docs/sql-error-conditions-invalid-boundary-error-class.md
+++ b/docs/sql-error-conditions-invalid-boundary-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 22003](sql-error-conditions-sqlstates.html#class-22-data-exception)
 
 The boundary `<boundary>` is invalid: `<invalidValue>`.
diff --git a/docs/sql-error-conditions-invalid-cursor-error-class.md 
b/docs/sql-error-conditions-invalid-cursor-error-class.md
index 0b6a4ae17aa3..94766e3cfb1d 100644
--- a/docs/sql-error-conditions-invalid-cursor-error-class.md
+++ b/docs/sql-error-conditions-invalid-cursor-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
HY109](sql-error-conditions-sqlstates.html#class-HY-cli-specific-condition)
 
 The cursor is invalid.
diff --git a/docs/sql-error-conditions-invalid-default-value-error-class.md 
b/docs/sql-error-conditions-invalid-default-value-error-class.md
index 2aedfcbe3e83..c73d9d5ccbbb 100644
--- a/docs/sql-error-conditions-invalid-default-value-error-class.md
+++ b/docs/sql-error-conditions-invalid-default-value-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42623](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Failed to execute `<statement>` command because the destination column or 
variable `<colName>` has a DEFAULT value `<defaultValue>`,
diff --git a/docs/sql-error-conditions-invalid-format-error-class.md 
b/docs/sql-error-conditions-invalid-format-error-class.md
index 0260e91ffa13..adc5b7bd3b17 100644
--- a/docs/sql-error-conditions-invalid-format-error-class.md
+++ b/docs/sql-error-conditions-invalid-format-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42601](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 The format is invalid: `<format>`.
diff --git a/docs/sql-error-conditions-invalid-handle-error-class.md 
b/docs/sql-error-conditions-invalid-handle-error-class.md
index 8df8e54a8d9d..ef21dd6479bf 100644
--- a/docs/sql-error-conditions-invalid-handle-error-class.md
+++ b/docs/sql-error-conditions-invalid-handle-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
HY000](sql-error-conditions-sqlstates.html#class-HY-cli-specific-condition)
 
 The handle `<handle>` is invalid.
diff --git a/docs/sql-error-conditions-invalid-inline-table-error-class.md 
b/docs/sql-error-conditions-invalid-inline-table-error-class.md
index 781b1b7588a3..b469c3a1fe83 100644
--- a/docs/sql-error-conditions-invalid-inline-table-error-class.md
+++ b/docs/sql-error-conditions-invalid-inline-table-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42000](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Invalid inline table.
diff --git 
a/docs/sql-error-conditions-invalid-inverse-distribution-function-error-class.md
 
b/docs/sql-error-conditions-invalid-inverse-distribution-function-error-class.md
index 4a2cf3faaaf1..4da0cdcefc69 100644
--- 
a/docs/sql-error-conditions-invalid-inverse-distribution-function-error-class.md
+++ 
b/docs/sql-error-conditions-invalid-inverse-distribution-function-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42K0K](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Invalid inverse distribution function `<funcName>`.
diff --git 
a/docs/sql-error-conditions-invalid-lambda-function-call-error-class.md 
b/docs/sql-error-conditions-invalid-lambda-function-call-error-class.md
index b8d13b747acc..2c4042799dcd 100644
--- a/docs/sql-error-conditions-invalid-lambda-function-call-error-class.md
+++ b/docs/sql-error-conditions-invalid-lambda-function-call-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42K0D](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Invalid lambda function call.
diff --git 
a/docs/sql-error-conditions-invalid-limit-like-expression-error-class.md 
b/docs/sql-error-conditions-invalid-limit-like-expression-error-class.md
index 378a27759ae9..5e0f2e7e6bc5 100644
--- a/docs/sql-error-conditions-invalid-limit-like-expression-error-class.md
+++ b/docs/sql-error-conditions-invalid-limit-like-expression-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42K0E](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 The limit like expression `<expr>` is invalid.
diff --git a/docs/sql-error-conditions-invalid-observed-metrics-error-class.md 
b/docs/sql-error-conditions-invalid-observed-metrics-error-class.md
index bab5be71776f..8ff6ca47120c 100644
--- a/docs/sql-error-conditions-invalid-observed-metrics-error-class.md
+++ b/docs/sql-error-conditions-invalid-observed-metrics-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42K0E](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Invalid observed metrics.
diff --git a/docs/sql-error-conditions-invalid-options-error-class.md 
b/docs/sql-error-conditions-invalid-options-error-class.md
index 4241311cfd23..aeb3f74e23b0 100644
--- a/docs/sql-error-conditions-invalid-options-error-class.md
+++ b/docs/sql-error-conditions-invalid-options-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42K06](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Invalid options:
diff --git a/docs/sql-error-conditions-invalid-parameter-value-error-class.md 
b/docs/sql-error-conditions-invalid-parameter-value-error-class.md
index 8547d8b31f08..c5f173d44189 100644
--- a/docs/sql-error-conditions-invalid-parameter-value-error-class.md
+++ b/docs/sql-error-conditions-invalid-parameter-value-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 22023](sql-error-conditions-sqlstates.html#class-22-data-exception)
 
 The value of parameter(s) `<parameter>` in `<functionName>` is invalid:
diff --git 
a/docs/sql-error-conditions-invalid-partition-operation-error-class.md 
b/docs/sql-error-conditions-invalid-partition-operation-error-class.md
index 3f5e119ec70f..2f8a01780388 100644
--- a/docs/sql-error-conditions-invalid-partition-operation-error-class.md
+++ b/docs/sql-error-conditions-invalid-partition-operation-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42601](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 The partition command is invalid.
diff --git a/docs/sql-error-conditions-invalid-schema-error-class.md 
b/docs/sql-error-conditions-invalid-schema-error-class.md
index 676a62fd1724..3f4d67f7080e 100644
--- a/docs/sql-error-conditions-invalid-schema-error-class.md
+++ b/docs/sql-error-conditions-invalid-schema-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42K07](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 The input schema `<inputSchema>` is not a valid schema string.
diff --git a/docs/sql-error-conditions-invalid-sql-syntax-error-class.md 
b/docs/sql-error-conditions-invalid-sql-syntax-error-class.md
index 93bd5c24c9d3..f9683c828511 100644
--- a/docs/sql-error-conditions-invalid-sql-syntax-error-class.md
+++ b/docs/sql-error-conditions-invalid-sql-syntax-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42000](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Invalid SQL syntax:
diff --git 
a/docs/sql-error-conditions-invalid-subquery-expression-error-class.md 
b/docs/sql-error-conditions-invalid-subquery-expression-error-class.md
index 25c681bf18e5..9628d17294ac 100644
--- a/docs/sql-error-conditions-invalid-subquery-expression-error-class.md
+++ b/docs/sql-error-conditions-invalid-subquery-expression-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42823](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Invalid subquery:
diff --git 
a/docs/sql-error-conditions-invalid-time-travel-timestamp-expr-error-class.md 
b/docs/sql-error-conditions-invalid-time-travel-timestamp-expr-error-class.md
index 80344662d090..6a57c66804f2 100644
--- 
a/docs/sql-error-conditions-invalid-time-travel-timestamp-expr-error-class.md
+++ 
b/docs/sql-error-conditions-invalid-time-travel-timestamp-expr-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42K0E](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 The time travel timestamp expression `<expr>` is invalid.
diff --git 
a/docs/sql-error-conditions-invalid-write-distribution-error-class.md 
b/docs/sql-error-conditions-invalid-write-distribution-error-class.md
index 45720bfc1eac..9814a2b4761d 100644
--- a/docs/sql-error-conditions-invalid-write-distribution-error-class.md
+++ b/docs/sql-error-conditions-invalid-write-distribution-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42000](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 The requested write distribution is invalid.
diff --git 
a/docs/sql-error-conditions-malformed-record-in-parsing-error-class.md 
b/docs/sql-error-conditions-malformed-record-in-parsing-error-class.md
index 1cc0327af67b..c10c30d859d1 100644
--- a/docs/sql-error-conditions-malformed-record-in-parsing-error-class.md
+++ b/docs/sql-error-conditions-malformed-record-in-parsing-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 22023](sql-error-conditions-sqlstates.html#class-22-data-exception)
 
 Malformed records are detected in record parsing: `<badRecord>`.
diff --git a/docs/sql-error-conditions-missing-attributes-error-class.md 
b/docs/sql-error-conditions-missing-attributes-error-class.md
index 3f8f588bb871..f6c05f588992 100644
--- a/docs/sql-error-conditions-missing-attributes-error-class.md
+++ b/docs/sql-error-conditions-missing-attributes-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error)
 
 Resolved attribute(s) `<missingAttributes>` missing from `<input>` in operator 
`<operator>`.
diff --git a/docs/sql-error-conditions-not-a-constant-string-error-class.md 
b/docs/sql-error-conditions-not-a-constant-string-error-class.md
index 037382a79f83..ad2c82163df6 100644
--- a/docs/sql-error-conditions-not-a-constant-string-error-class.md
+++ b/docs/sql-error-conditions-not-a-constant-string-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42601](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 The expression `<expr>` used for the routine or clause `<name>` must be a 
constant STRING which is NOT NULL.
diff --git a/docs/sql-error-conditions-not-allowed-in-from-error-class.md 
b/docs/sql-error-conditions-not-allowed-in-from-error-class.md
index a40acb3848f2..25ec9efc495e 100644
--- a/docs/sql-error-conditions-not-allowed-in-from-error-class.md
+++ b/docs/sql-error-conditions-not-allowed-in-from-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42601](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Not allowed in the FROM clause:
diff --git 
a/docs/sql-error-conditions-not-null-constraint-violation-error-class.md 
b/docs/sql-error-conditions-not-null-constraint-violation-error-class.md
index 1243d101ce24..bdb32aee6907 100644
--- a/docs/sql-error-conditions-not-null-constraint-violation-error-class.md
+++ b/docs/sql-error-conditions-not-null-constraint-violation-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42000](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Assigning a NULL is not allowed here.
diff --git 
a/docs/sql-error-conditions-not-supported-in-jdbc-catalog-error-class.md 
b/docs/sql-error-conditions-not-supported-in-jdbc-catalog-error-class.md
index 5508c6a74a9c..410cd0f0a3f3 100644
--- a/docs/sql-error-conditions-not-supported-in-jdbc-catalog-error-class.md
+++ b/docs/sql-error-conditions-not-supported-in-jdbc-catalog-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
 
 Not supported command in JDBC catalog:
diff --git a/docs/sql-error-conditions-stds-invalid-option-value-error-class.md 
b/docs/sql-error-conditions-stds-invalid-option-value-error-class.md
index ec0f15ed9f7b..7cc72417d752 100644
--- a/docs/sql-error-conditions-stds-invalid-option-value-error-class.md
+++ b/docs/sql-error-conditions-stds-invalid-option-value-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42616](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Invalid value for source option '`<optionName>`':
diff --git a/docs/sql-error-conditions-unresolved-column-error-class.md 
b/docs/sql-error-conditions-unresolved-column-error-class.md
index cb7b9d4e1d29..89b1daf0128d 100644
--- a/docs/sql-error-conditions-unresolved-column-error-class.md
+++ b/docs/sql-error-conditions-unresolved-column-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42703](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 A column, variable, or function parameter with name `<objectName>` cannot be 
resolved.
diff --git a/docs/sql-error-conditions-unresolved-field-error-class.md 
b/docs/sql-error-conditions-unresolved-field-error-class.md
index 6d05a135f5cf..83f008139af4 100644
--- a/docs/sql-error-conditions-unresolved-field-error-class.md
+++ b/docs/sql-error-conditions-unresolved-field-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42703](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 A field with name `<fieldName>` cannot be resolved with the struct-type column 
`<columnPath>`.
diff --git a/docs/sql-error-conditions-unresolved-map-key-error-class.md 
b/docs/sql-error-conditions-unresolved-map-key-error-class.md
index 1f173cd95f06..9c0268240154 100644
--- a/docs/sql-error-conditions-unresolved-map-key-error-class.md
+++ b/docs/sql-error-conditions-unresolved-map-key-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42703](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Cannot resolve column `<objectName>` as a map key. If the key is a string 
literal, add the single quotes '' around it.
diff --git a/docs/sql-error-conditions-unsupported-add-file-error-class.md 
b/docs/sql-error-conditions-unsupported-add-file-error-class.md
index 80644e9c1849..482d753fb53b 100644
--- a/docs/sql-error-conditions-unsupported-add-file-error-class.md
+++ b/docs/sql-error-conditions-unsupported-add-file-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
 
 Don't support add file.
diff --git a/docs/sql-error-conditions-unsupported-default-value-error-class.md 
b/docs/sql-error-conditions-unsupported-default-value-error-class.md
index c8a82f13ddd5..c6ca78f606bd 100644
--- a/docs/sql-error-conditions-unsupported-default-value-error-class.md
+++ b/docs/sql-error-conditions-unsupported-default-value-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
 
 DEFAULT column values is not supported.
diff --git a/docs/sql-error-conditions-unsupported-deserializer-error-class.md 
b/docs/sql-error-conditions-unsupported-deserializer-error-class.md
index 0de46f58ab48..11b58f9386d0 100644
--- a/docs/sql-error-conditions-unsupported-deserializer-error-class.md
+++ b/docs/sql-error-conditions-unsupported-deserializer-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
 
 The deserializer is not supported:
diff --git a/docs/sql-error-conditions-unsupported-feature-error-class.md 
b/docs/sql-error-conditions-unsupported-feature-error-class.md
index 1143aff634c2..d90d2b2a109f 100644
--- a/docs/sql-error-conditions-unsupported-feature-error-class.md
+++ b/docs/sql-error-conditions-unsupported-feature-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
 
 The feature is not supported:
diff --git a/docs/sql-error-conditions-unsupported-generator-error-class.md 
b/docs/sql-error-conditions-unsupported-generator-error-class.md
index 19150dcf472a..5b0687c7d03d 100644
--- a/docs/sql-error-conditions-unsupported-generator-error-class.md
+++ b/docs/sql-error-conditions-unsupported-generator-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42K0E](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 The generator is not supported:
diff --git a/docs/sql-error-conditions-unsupported-insert-error-class.md 
b/docs/sql-error-conditions-unsupported-insert-error-class.md
index aafe616d0698..a8f25440b00a 100644
--- a/docs/sql-error-conditions-unsupported-insert-error-class.md
+++ b/docs/sql-error-conditions-unsupported-insert-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42809](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Can't insert into the target.
diff --git 
a/docs/sql-error-conditions-unsupported-merge-condition-error-class.md 
b/docs/sql-error-conditions-unsupported-merge-condition-error-class.md
index d55c2063a363..070782395d3b 100644
--- a/docs/sql-error-conditions-unsupported-merge-condition-error-class.md
+++ b/docs/sql-error-conditions-unsupported-merge-condition-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42K0E](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 MERGE operation contains unsupported `<condName>` condition.
diff --git a/docs/sql-error-conditions-unsupported-overwrite-error-class.md 
b/docs/sql-error-conditions-unsupported-overwrite-error-class.md
index 467150e0ad18..dd7de62cd06d 100644
--- a/docs/sql-error-conditions-unsupported-overwrite-error-class.md
+++ b/docs/sql-error-conditions-unsupported-overwrite-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42902](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 Can't overwrite the target that is also being read from.
diff --git a/docs/sql-error-conditions-unsupported-save-mode-error-class.md 
b/docs/sql-error-conditions-unsupported-save-mode-error-class.md
index a5a3da2adf34..dbe210360fcb 100644
--- a/docs/sql-error-conditions-unsupported-save-mode-error-class.md
+++ b/docs/sql-error-conditions-unsupported-save-mode-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
 
 The save mode `<saveMode>` is not supported for:
diff --git 
a/docs/sql-error-conditions-unsupported-subquery-expression-category-error-class.md
 
b/docs/sql-error-conditions-unsupported-subquery-expression-category-error-class.md
index 45ad386c6667..00c142cce5b3 100644
--- 
a/docs/sql-error-conditions-unsupported-subquery-expression-category-error-class.md
+++ 
b/docs/sql-error-conditions-unsupported-subquery-expression-category-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
 
 Unsupported subquery expression:
diff --git a/docs/sql-error-conditions-wrong-num-args-error-class.md 
b/docs/sql-error-conditions-wrong-num-args-error-class.md
index 3f53f1223d03..652037bae678 100644
--- a/docs/sql-error-conditions-wrong-num-args-error-class.md
+++ b/docs/sql-error-conditions-wrong-num-args-error-class.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 [SQLSTATE: 
42605](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
 
 The `<functionName>` requires `<expectedNum>` parameters but the actual number 
is `<actualNum>`.
diff --git a/docs/sql-error-conditions.md b/docs/sql-error-conditions.md
index fa3bd5826214..efd035d332a7 100644
--- a/docs/sql-error-conditions.md
+++ b/docs/sql-error-conditions.md
@@ -19,6 +19,11 @@ license: |
   limitations under the License.
 ---
 
+<!--
+  DO NOT EDIT THIS FILE.
+  It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
+-->
+
 This is a list of common, named error conditions returned by Spark SQL.
 
 Also see [SQLSTATE Codes](sql-error-conditions-sqlstates.html).


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org


Reply via email to