diff --git a/core/src/test/scala/org/apache/spark/SparkThrowableSuite.scala b/core/src/test/scala/org/apache/spark/SparkThrowableSuite.scala index 1ab50f867ff4b..6833baba6e62f 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 d8f2ef8407602..df122c22616e5 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 f52e4f462bc94..a5bc5c0dc094b 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 50450be689f5b..9cb054890e199 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 42f952a403be9..fe27ab90d149d 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 00e3a6ef88b91..0bed5755bdb83 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 78b9e43826157..0d502245459e7 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 e8b8630c19aa5..e73499ffabd51 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 74f3ce49560f6..c6d2057b09836 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 29a59f91a99a6..a11449954ee0a 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 3e3c1091baad1..25d367b13668a 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 eb5ca2a0169d1..288088e57e7c4 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 091a176f2fa33..0ab99ce33fa83 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 46198e3ee3faf..97a6f59e13f42 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 1740ad49e7f36..bc8464c188d7c 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 0dd28e9d55c50..2f84dc90b6536 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 b7ef843f6f9ca..b84d4c37b7f03 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 0458d6c50d330..fd8355d95048c 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 47d4108982ff0..3c7d3cc77e87b 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 94175ccaf4c87..43a300aa7e97e 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 e451165612814..b3d61f7f7e5ac 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 7237ce2ae2ada..f5317e14261da 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 0b6a4ae17aa32..94766e3cfb1d4 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 2aedfcbe3e839..c73d9d5ccbbb4 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 0260e91ffa13b..adc5b7bd3b17d 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 8df8e54a8d9d2..ef21dd6479bf9 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 781b1b7588a31..b469c3a1fe83c 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 4a2cf3faaaf15..4da0cdcefc697 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 b8d13b747acc4..2c4042799dcd0 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 378a27759ae92..5e0f2e7e6bc59 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 bab5be71776f8..8ff6ca47120c2 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 4241311cfd235..aeb3f74e23b09 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 8547d8b31f08c..c5f173d44189b 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 3f5e119ec70f6..2f8a017803887 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 676a62fd17245..3f4d67f7080ec 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 93bd5c24c9d3f..f9683c8285117 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 25c681bf18e57..9628d17294aca 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 80344662d0909..6a57c66804f24 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 45720bfc1eaca..9814a2b4761dd 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 1cc0327af67ba..c10c30d859d1b 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 3f8f588bb8715..f6c05f5889923 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 037382a79f832..ad2c82163df65 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 a40acb3848f21..25ec9efc495e1 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 1243d101ce241..bdb32aee69071 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 5508c6a74a9ce..410cd0f0a3f35 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 ec0f15ed9f7bd..7cc72417d752f 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 cb7b9d4e1d29a..89b1daf0128df 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 6d05a135f5cf4..83f008139af43 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 1f173cd95f068..9c0268240154a 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 80644e9c18498..482d753fb53b0 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 c8a82f13ddd50..c6ca78f606bd0 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 0de46f58ab481..11b58f9386d05 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 1143aff634c29..d90d2b2a109fe 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 19150dcf472af..5b0687c7d03d1 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 aafe616d0698a..a8f25440b00ac 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 d55c2063a363a..070782395d3bc 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 467150e0ad18d..dd7de62cd06d4 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 a5a3da2adf34a..dbe210360fcb1 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 45ad386c6667a..00c142cce5b38 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 3f53f1223d038..652037bae6789 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 fa3bd5826214e..efd035d332a7c 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).