Skip to content

[SPARK-46804][DOCS][TESTS] Recover the generated documents #44843

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/sql-error-conditions-cannot-update-field-error-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: |
limitations under the License.
---

[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)

Cannot update `<table>` field `<fieldName>` type:

Expand All @@ -44,3 +44,5 @@ Update a struct by updating its fields.
## USER_DEFINED_TYPE

Update a UserDefinedType[`<udtSql>`] by updating its fields.


Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: |
limitations under the License.
---

[SQLSTATE: XXKUC](sql-error-conditions-sqlstates.html#class-xx-internal-error)
[SQLSTATE: XXKUC](sql-error-conditions-sqlstates.html#class-XX-internal-error)

Can't find table property:

Expand All @@ -32,3 +32,5 @@ This error class has the following derived error classes:
## MISSING_KEY_PART

`<key>`, `<totalAmountOfParts>` parts are expected.


Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: |
limitations under the License.
---

[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-xx-internal-error)
[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error)

An object in the metadata catalog has been corrupted:

Expand Down Expand Up @@ -48,3 +48,5 @@ Corrupted view referred temp view names in catalog.
## VIEW_QUERY_COLUMN_ARITY

Corrupted view query output column names in catalog: `<numCols>` parts expected, but part `<index>` is missing.


4 changes: 3 additions & 1 deletion docs/sql-error-conditions-invalid-cursor-error-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: |
limitations under the License.
---

[SQLSTATE: HY109](sql-error-conditions-sqlstates.html#class-hy-cli-specific-condition)
[SQLSTATE: HY109](sql-error-conditions-sqlstates.html#class-HY-cli-specific-condition)

The cursor is invalid.

Expand All @@ -40,3 +40,5 @@ The cursor position id `<responseId>` is no longer available at index `<index>`.
## POSITION_NOT_FOUND

The cursor position id `<responseId>` is not found.


4 changes: 3 additions & 1 deletion docs/sql-error-conditions-invalid-handle-error-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: |
limitations under the License.
---

[SQLSTATE: HY000](sql-error-conditions-sqlstates.html#class-hy-cli-specific-condition)
[SQLSTATE: HY000](sql-error-conditions-sqlstates.html#class-HY-cli-specific-condition)

The handle `<handle>` is invalid.

Expand Down Expand Up @@ -48,3 +48,5 @@ Session was closed.
## SESSION_NOT_FOUND

Session not found.


6 changes: 5 additions & 1 deletion docs/sql-error-conditions-missing-attributes-error-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: |
limitations under the License.
---

[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-xx-internal-error)
[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error)

Resolved attribute(s) `<missingAttributes>` missing from `<input>` in operator `<operator>`.

Expand All @@ -31,3 +31,7 @@ Attribute(s) with the same name appear in the operation: `<operation>`.
Please check if the right attribute(s) are used.

## RESOLVED_ATTRIBUTE_MISSING_FROM_INPUT




Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: |
limitations under the License.
---

[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)

Not supported command in JDBC catalog:

Expand All @@ -32,3 +32,5 @@ This error class has the following derived error classes:
## COMMAND_WITH_PROPERTY

`<cmd>` with property `<property>`.


Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: |
limitations under the License.
---

[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)

Don't support add file.

Expand All @@ -32,3 +32,5 @@ The file `<path>` is a directory, consider to set "spark.sql.legacy.addSingleFil
## LOCAL_DIRECTORY

The local directory `<path>` is not supported in a non-local master mode.


Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: |
limitations under the License.
---

[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)

DEFAULT column values is not supported.

Expand All @@ -32,3 +32,5 @@ This error class has the following derived error classes:
## WITH_SUGGESTION

Enable it by setting "spark.sql.defaultColumn.enabled" to "true".


Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: |
limitations under the License.
---

[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)

The deserializer is not supported:

Expand All @@ -32,3 +32,5 @@ need a(n) `<desiredType>` field but got `<dataType>`.
## FIELD_NUMBER_MISMATCH

try to map `<schema>` to Tuple`<ordinal>`, but failed as the number of fields does not line up.


4 changes: 3 additions & 1 deletion docs/sql-error-conditions-unsupported-feature-error-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: |
limitations under the License.
---

[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)

The feature is not supported:

Expand Down Expand Up @@ -204,3 +204,5 @@ TRANSFORM with the DISTINCT/ALL clause.
## TRANSFORM_NON_HIVE

TRANSFORM with SERDE is only supported in hive mode.


Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: |
limitations under the License.
---

[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)

The save mode `<saveMode>` is not supported for:

Expand All @@ -32,3 +32,5 @@ an existent path.
## NON_EXISTENT_PATH

a non-existent path.


Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: |
limitations under the License.
---

[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)

Unsupported subquery expression:

Expand Down Expand Up @@ -76,3 +76,5 @@ IN/EXISTS predicate subqueries can only be used in filters, joins, aggregations,
## UNSUPPORTED_TABLE_ARGUMENT

Table arguments are used in a function where they are not supported`<treeNode>`.


Loading