From f28a0255dcccb1d72f8fdde36462851b7ffec825 Mon Sep 17 00:00:00 2001 From: Nicholas Chammas Date: Mon, 22 Jan 2024 22:17:17 -0500 Subject: [PATCH 1/2] add automation notice --- .../test/scala/org/apache/spark/SparkThrowableSuite.scala | 7 ++++++- docs/sql-error-conditions-as-of-join-error-class.md | 5 +++++ ...nditions-cannot-create-data-source-table-error-class.md | 5 +++++ ...error-conditions-cannot-load-state-store-error-class.md | 5 +++++ ...sql-error-conditions-cannot-update-field-error-class.md | 5 +++++ ...rror-conditions-cannot-write-state-store-error-class.md | 5 +++++ ...onditions-collection-size-limit-exceeded-error-class.md | 7 +++++++ ...ons-complex-expression-unsupported-input-error-class.md | 5 +++++ docs/sql-error-conditions-connect-error-class.md | 5 +++++ ...itions-create-view-column-arity-mismatch-error-class.md | 5 +++++ docs/sql-error-conditions-datatype-mismatch-error-class.md | 5 +++++ ...s-duplicate-routine-parameter-assignment-error-class.md | 5 +++++ ...l-error-conditions-expect-table-not-view-error-class.md | 5 +++++ ...l-error-conditions-expect-view-not-table-error-class.md | 5 +++++ docs/sql-error-conditions-failed-jdbc-error-class.md | 5 +++++ ...r-conditions-incompatible-data-for-table-error-class.md | 5 +++++ ...or-conditions-incomplete-type-definition-error-class.md | 5 +++++ ...ions-inconsistent-behavior-cross-version-error-class.md | 5 +++++ ...-conditions-insert-column-arity-mismatch-error-class.md | 5 +++++ ...r-conditions-insufficient-table-property-error-class.md | 5 +++++ ...nditions-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 +++++ ...l-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 +++++ ...ql-error-conditions-invalid-inline-table-error-class.md | 5 +++++ ...ns-invalid-inverse-distribution-function-error-class.md | 5 +++++ ...-conditions-invalid-lambda-function-call-error-class.md | 5 +++++ ...conditions-invalid-limit-like-expression-error-class.md | 5 +++++ ...rror-conditions-invalid-observed-metrics-error-class.md | 5 +++++ docs/sql-error-conditions-invalid-options-error-class.md | 5 +++++ ...error-conditions-invalid-parameter-value-error-class.md | 5 +++++ ...r-conditions-invalid-partition-operation-error-class.md | 5 +++++ docs/sql-error-conditions-invalid-schema-error-class.md | 5 +++++ .../sql-error-conditions-invalid-sql-syntax-error-class.md | 5 +++++ ...r-conditions-invalid-subquery-expression-error-class.md | 5 +++++ ...tions-invalid-time-travel-timestamp-expr-error-class.md | 5 +++++ ...or-conditions-invalid-write-distribution-error-class.md | 5 +++++ ...r-conditions-malformed-record-in-parsing-error-class.md | 5 +++++ .../sql-error-conditions-missing-attributes-error-class.md | 5 +++++ ...l-error-conditions-not-a-constant-string-error-class.md | 5 +++++ ...sql-error-conditions-not-allowed-in-from-error-class.md | 5 +++++ ...conditions-not-null-constraint-violation-error-class.md | 5 +++++ ...conditions-not-supported-in-jdbc-catalog-error-class.md | 5 +++++ ...ror-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 +++++ .../sql-error-conditions-unresolved-map-key-error-class.md | 5 +++++ ...ql-error-conditions-unsupported-add-file-error-class.md | 5 +++++ ...ror-conditions-unsupported-default-value-error-class.md | 5 +++++ ...rror-conditions-unsupported-deserializer-error-class.md | 5 +++++ ...sql-error-conditions-unsupported-feature-error-class.md | 5 +++++ ...l-error-conditions-unsupported-generator-error-class.md | 5 +++++ .../sql-error-conditions-unsupported-insert-error-class.md | 5 +++++ ...r-conditions-unsupported-merge-condition-error-class.md | 5 +++++ ...l-error-conditions-unsupported-overwrite-error-class.md | 5 +++++ ...l-error-conditions-unsupported-save-mode-error-class.md | 5 +++++ ...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 + |--- + | + |""".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. --- + + [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. --- + + [SQLSTATE: 42KDE](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) Failed to create data source table ``: 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. --- + + 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. --- + + [SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported) Cannot update `` field `` 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. --- + + SQLSTATE: 58030 Error writing state store files for provider ``. 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. --- + + [SQLSTATE: 54000](sql-error-conditions-sqlstates.html#class-54-program-limit-exceeded) Can't create array with `` elements which exceeding the array size limit ``, @@ -36,3 +41,5 @@ cannot initialize an array with specified parameters. ## PARAMETER the value of parameter(s) `` in the function `` 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. --- + + [SQLSTATE: 42K09](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) Cannot process input data types for the 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. --- + + 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. --- + + [SQLSTATE: 21S01](sql-error-conditions-sqlstates.html#class-21-cardinality-violation) Cannot create view ``, 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. --- + + [SQLSTATE: 42K09](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) Cannot resolve `` 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. --- + + [SQLSTATE: 4274K](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) Call to function `` is invalid because it includes multiple argument assignments to the same parameter name ``. 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. --- + + [SQLSTATE: 42809](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) '``' expects a table but `` 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. --- + + [SQLSTATE: 42809](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) The table `` does not support ``. 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. --- + + SQLSTATE: HV000 Failed JDBC `` 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. --- + + SQLSTATE: KD000 Cannot write incompatible data for the table ``: 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. --- + + [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. --- + + [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. --- + + [SQLSTATE: 21S01](sql-error-conditions-sqlstates.html#class-21-cardinality-violation) Cannot write to ``, 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. --- + + [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. --- + + [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. --- + + [SQLSTATE: 22003](sql-error-conditions-sqlstates.html#class-22-data-exception) The boundary `` is invalid: ``. 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. --- + + [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. --- + + [SQLSTATE: 42623](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) Failed to execute `` command because the destination column or variable `` has a DEFAULT value ``, 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. --- + + [SQLSTATE: 42601](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) The format is invalid: ``. 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. --- + + [SQLSTATE: HY000](sql-error-conditions-sqlstates.html#class-HY-cli-specific-condition) The 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. --- + + [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. --- + + [SQLSTATE: 42K0K](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) Invalid inverse distribution function ``. 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. --- + + [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. --- + + [SQLSTATE: 42K0E](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) The limit like expression `` 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. --- + + [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. --- + + [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. --- + + [SQLSTATE: 22023](sql-error-conditions-sqlstates.html#class-22-data-exception) The value of parameter(s) `` in `` 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. --- + + [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. --- + + [SQLSTATE: 42K07](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) The input schema `` 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. --- + + [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. --- + + [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. --- + + [SQLSTATE: 42K0E](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) The time travel timestamp expression `` 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. --- + + [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. --- + + [SQLSTATE: 22023](sql-error-conditions-sqlstates.html#class-22-data-exception) Malformed records are detected in record parsing: ``. 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. --- + + [SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error) Resolved attribute(s) `` missing from `` in 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. --- + + [SQLSTATE: 42601](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) The expression `` used for the routine or clause `` 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. --- + + [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. --- + + [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. --- + + [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. --- + + [SQLSTATE: 42616](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) Invalid value for source option '``': 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. --- + + [SQLSTATE: 42703](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) A column, variable, or function parameter with name `` 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. --- + + [SQLSTATE: 42703](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) A field with name `` cannot be resolved with the struct-type column ``. 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. --- + + [SQLSTATE: 42703](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) Cannot resolve column `` 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. --- + + [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. --- + + [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. --- + + [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. --- + + [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. --- + + [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. --- + + [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. --- + + [SQLSTATE: 42K0E](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) MERGE operation contains unsupported `` 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. --- + + [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. --- + + [SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported) The save mode `` 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. --- + + [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. --- + + [SQLSTATE: 42605](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation) The `` requires `` parameters but the actual number is ``. 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. --- + + This is a list of common, named error conditions returned by Spark SQL. Also see [SQLSTATE Codes](sql-error-conditions-sqlstates.html). From 909a65dab12bf6fc156f65612357c12dcd81504c Mon Sep 17 00:00:00 2001 From: Nicholas Chammas Date: Mon, 22 Jan 2024 22:23:51 -0500 Subject: [PATCH 2/2] trigger build