diff --git a/docs/_data/menu-sql.yaml b/docs/_data/menu-sql.yaml
index 95833849cc595..0accc01d51c89 100644
--- a/docs/_data/menu-sql.yaml
+++ b/docs/_data/menu-sql.yaml
@@ -116,7 +116,7 @@
- text: DATATYPE_MISMATCH error class
url: sql-error-conditions-datatype-mismatch-error-class.html
- text: INCOMPATIBLE_DATA_FOR_TABLE error class
- url: sql-error-conditions-incompatible-data-to-table-error-class.html
+ url: sql-error-conditions-incompatible-data-for-table-error-class.html
- text: INCOMPLETE_TYPE_DEFINITION error class
url: sql-error-conditions-incomplete-type-definition-error-class.html
- text: INCONSISTENT_BEHAVIOR_CROSS_VERSION error class
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..3d7152e499c95 100644
--- a/docs/sql-error-conditions-cannot-update-field-error-class.md
+++ b/docs/sql-error-conditions-cannot-update-field-error-class.md
@@ -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 `
` field `` type:
@@ -44,5 +44,3 @@ Update a struct by updating its fields.
## USER_DEFINED_TYPE
Update a UserDefinedType[``] by updating its fields.
-
-
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..8f60d0901bfff 100644
--- a/docs/sql-error-conditions-insufficient-table-property-error-class.md
+++ b/docs/sql-error-conditions-insufficient-table-property-error-class.md
@@ -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:
@@ -32,5 +32,3 @@ This error class has the following derived error classes:
## MISSING_KEY_PART
``, `` parts are expected.
-
-
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..ba410d65e4a96 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,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:
@@ -48,5 +48,3 @@ Corrupted view referred temp view names in catalog.
## VIEW_QUERY_COLUMN_ARITY
Corrupted view query output column names in catalog: `` parts expected, but part `` is missing.
-
-
diff --git a/docs/sql-error-conditions-invalid-cursor-error-class.md b/docs/sql-error-conditions-invalid-cursor-error-class.md
index 0b6a4ae17aa32..8f5b34add5857 100644
--- a/docs/sql-error-conditions-invalid-cursor-error-class.md
+++ b/docs/sql-error-conditions-invalid-cursor-error-class.md
@@ -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.
@@ -40,5 +40,3 @@ The cursor position id `` is no longer available at index ``.
## POSITION_NOT_FOUND
The cursor position id `` is not found.
-
-
diff --git a/docs/sql-error-conditions-invalid-handle-error-class.md b/docs/sql-error-conditions-invalid-handle-error-class.md
index 8df8e54a8d9d2..7587b457fe8a7 100644
--- a/docs/sql-error-conditions-invalid-handle-error-class.md
+++ b/docs/sql-error-conditions-invalid-handle-error-class.md
@@ -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 `` is invalid.
@@ -48,5 +48,3 @@ Session was closed.
## SESSION_NOT_FOUND
Session not found.
-
-
diff --git a/docs/sql-error-conditions-missing-attributes-error-class.md b/docs/sql-error-conditions-missing-attributes-error-class.md
index 3f8f588bb8715..2c81f91196009 100644
--- a/docs/sql-error-conditions-missing-attributes-error-class.md
+++ b/docs/sql-error-conditions-missing-attributes-error-class.md
@@ -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) `` missing from `` in operator ``.
@@ -31,7 +31,3 @@ Attribute(s) with the same name appear in the operation: ``.
Please check if the right attribute(s) are used.
## RESOLVED_ATTRIBUTE_MISSING_FROM_INPUT
-
-
-
-
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..60142a3831e2f 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,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:
@@ -32,5 +32,3 @@ This error class has the following derived error classes:
## COMMAND_WITH_PROPERTY
`` with property ``.
-
-
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..3aacf50921ece 100644
--- a/docs/sql-error-conditions-unsupported-add-file-error-class.md
+++ b/docs/sql-error-conditions-unsupported-add-file-error-class.md
@@ -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.
@@ -32,5 +32,3 @@ The file `` is a directory, consider to set "spark.sql.legacy.addSingleFil
## LOCAL_DIRECTORY
The local directory `` is not supported in a non-local master mode.
-
-
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..ee5985d96bbed 100644
--- a/docs/sql-error-conditions-unsupported-default-value-error-class.md
+++ b/docs/sql-error-conditions-unsupported-default-value-error-class.md
@@ -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.
@@ -32,5 +32,3 @@ This error class has the following derived error classes:
## WITH_SUGGESTION
Enable it by setting "spark.sql.defaultColumn.enabled" to "true".
-
-
diff --git a/docs/sql-error-conditions-unsupported-deserializer-error-class.md b/docs/sql-error-conditions-unsupported-deserializer-error-class.md
index 0de46f58ab481..a6194238de14e 100644
--- a/docs/sql-error-conditions-unsupported-deserializer-error-class.md
+++ b/docs/sql-error-conditions-unsupported-deserializer-error-class.md
@@ -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:
@@ -32,5 +32,3 @@ need a(n) `` field but got ``.
## FIELD_NUMBER_MISMATCH
try to map `` to Tuple``, but failed as the number of fields does not line up.
-
-
diff --git a/docs/sql-error-conditions-unsupported-feature-error-class.md b/docs/sql-error-conditions-unsupported-feature-error-class.md
index 1143aff634c29..fe3ed6f2efd5a 100644
--- a/docs/sql-error-conditions-unsupported-feature-error-class.md
+++ b/docs/sql-error-conditions-unsupported-feature-error-class.md
@@ -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:
@@ -204,5 +204,3 @@ TRANSFORM with the DISTINCT/ALL clause.
## TRANSFORM_NON_HIVE
TRANSFORM with SERDE is only supported in hive mode.
-
-
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..1fd813ae6a80d 100644
--- a/docs/sql-error-conditions-unsupported-save-mode-error-class.md
+++ b/docs/sql-error-conditions-unsupported-save-mode-error-class.md
@@ -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 `` is not supported for:
@@ -32,5 +32,3 @@ an existent path.
## NON_EXISTENT_PATH
a non-existent path.
-
-
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..979cdfa487ba1 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,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:
@@ -76,5 +76,3 @@ 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``.
-
-
diff --git a/docs/sql-error-conditions.md b/docs/sql-error-conditions.md
index fa3bd5826214e..77e085f722f78 100644
--- a/docs/sql-error-conditions.md
+++ b/docs/sql-error-conditions.md
@@ -185,7 +185,7 @@ The provided URL cannot be decoded: ``. Please ensure that the URL is prope
### CANNOT_INVOKE_IN_TRANSFORMATIONS
-[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
+[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
Dataset transformations and actions can only be invoked by the driver, not inside of other Dataset transformations; for example, dataset1.map(x => dataset2.values.count() * x) is invalid because the values transformation and count action cannot be performed inside of the dataset1.map transformation. For more information, see SPARK-28702.
@@ -278,7 +278,7 @@ Cannot recognize hive type string: ``, column: ``. The spe
### CANNOT_RENAME_ACROSS_SCHEMA
-[SQLSTATE: 0AKD0](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
+[SQLSTATE: 0AKD0](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
Renaming a `` across schemas is not allowed.
@@ -302,13 +302,13 @@ Failed to set permissions on created path `` back to ``.
### CANNOT_SAVE_VARIANT
-[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 save variant data type into external storage.
### [CANNOT_UPDATE_FIELD](sql-error-conditions-cannot-update-field-error-class.html)
-[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 `
` field `` type:
@@ -363,7 +363,7 @@ If this problem persists, you may consider using `rdd.checkpoint()` instead, whi
### CLASS_UNSUPPORTED_BY_MAP_OBJECTS
-[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
+[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
`MapObjects` does not support the class `` as resulting collection.
@@ -429,7 +429,7 @@ For more details see [COMPLEX_EXPRESSION_UNSUPPORTED_INPUT](sql-error-conditions
### CONCURRENT_QUERY
-[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
+[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
Another instance of this query was just started by a concurrent session.
@@ -456,7 +456,7 @@ The value `` (``) cannot be converted to `` because it is
### CREATE_PERMANENT_VIEW_WITHOUT_ALIAS
-[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 allowed to create the permanent view `` without explicitly assigning an alias for the expression ``.
@@ -541,7 +541,7 @@ For example: `UPDATE SET c1 = DEFAULT` is allowed, but `UPDATE T SET c1 = DEFAUL
### DISTINCT_WINDOW_FUNCTION_UNSUPPORTED
-[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
+[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
Distinct window functions are not supported: ``.
@@ -937,7 +937,7 @@ Data columns: ``.
### [INSUFFICIENT_TABLE_PROPERTY](sql-error-conditions-insufficient-table-property-error-class.html)
-[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:
@@ -945,31 +945,31 @@ For more details see [INSUFFICIENT_TABLE_PROPERTY](sql-error-conditions-insuffic
### INTERNAL_ERROR
-[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-xx-internal-error)
``
### INTERNAL_ERROR_BROADCAST
-[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-xx-internal-error)
``
### INTERNAL_ERROR_EXECUTOR
-[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-xx-internal-error)
``
### INTERNAL_ERROR_MEMORY
-[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-xx-internal-error)
``
### [INTERNAL_ERROR_METADATA_CATALOG](sql-error-conditions-internal-error-metadata-catalog-error-class.html)
-[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:
@@ -977,19 +977,19 @@ For more details see [INTERNAL_ERROR_METADATA_CATALOG](sql-error-conditions-inte
### INTERNAL_ERROR_NETWORK
-[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-xx-internal-error)
``
### INTERNAL_ERROR_SHUFFLE
-[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-xx-internal-error)
``
### INTERNAL_ERROR_STORAGE
-[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-xx-internal-error)
``
@@ -1057,7 +1057,7 @@ Column or field `` is of type `` while it's required to be `` is invalid.
@@ -1253,7 +1253,7 @@ For more details see [INVALID_OPTIONS](sql-error-conditions-invalid-options-erro
### INVALID_PANDAS_UDF_PLACEMENT
-[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 group aggregate pandas UDF `` cannot be invoked together with as other, non-pandas aggregate functions.
@@ -1397,7 +1397,7 @@ Variable type must be string type but got ``.
### INVALID_VIEW_TEXT
-[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-xx-internal-error)
The view `` cannot be displayed due to invalid view text: ``. This may be caused by an unauthorized modification of the view or an incorrect query syntax. Please check your query syntax and verify that the view has not been tampered with.
@@ -1466,7 +1466,7 @@ Malformed CSV record: ``
### MALFORMED_PROTOBUF_MESSAGE
-[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XX000](sql-error-conditions-sqlstates.html#class-xx-internal-error)
Malformed Protobuf messages are detected in message deserialization. Parse Mode: ``. To process malformed protobuf message as null result, try setting the option 'mode' as 'PERMISSIVE'.
@@ -1495,7 +1495,7 @@ Add the columns or the expression to the GROUP BY, aggregate the expression, or
### [MISSING_ATTRIBUTES](sql-error-conditions-missing-attributes-error-class.html)
-[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) `` missing from `` in operator ``.
@@ -1527,7 +1527,7 @@ The expression `` does not support more than one source.
### MULTI_UDF_INTERFACE_ERROR
-[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 allowed to implement multiple UDF interfaces, UDF class ``.
@@ -1539,7 +1539,7 @@ Named parameters are not supported for function ``; please retry t
### NAMED_PARAMETER_SUPPORT_DISABLED
-[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 call function `` because named argument references are not enabled here.
In this case, the named argument reference was ``.
@@ -1632,25 +1632,25 @@ For more details see [NOT_NULL_CONSTRAINT_VIOLATION](sql-error-conditions-not-nu
### NOT_SUPPORTED_CHANGE_COLUMN
-[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
+[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
ALTER TABLE ALTER/CHANGE COLUMN is not supported for changing `
`'s column `` with type `` to `` with type ``.
### NOT_SUPPORTED_COMMAND_FOR_V2_TABLE
-[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
+[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
`` is not supported for v2 tables.
### NOT_SUPPORTED_COMMAND_WITHOUT_HIVE_SUPPORT
-[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
+[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
`` is not supported, if you want to enable it, please set "spark.sql.catalogImplementation" to "hive".
### [NOT_SUPPORTED_IN_JDBC_CATALOG](sql-error-conditions-not-supported-in-jdbc-catalog-error-class.html)
-[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:
@@ -1731,7 +1731,7 @@ Function name: ``; number of aliases: ``; number of output
### OPERATION_CANCELED
-[SQLSTATE: HY008](sql-error-conditions-sqlstates.html#class-HY-cli-specific-condition)
+[SQLSTATE: HY008](sql-error-conditions-sqlstates.html#class-hy-cli-specific-condition)
Operation has been canceled.
@@ -1788,13 +1788,13 @@ Invalid pivot value '``': value data type `` does not match pi
### PLAN_VALIDATION_FAILED_RULE_EXECUTOR
-[SQLSTATE: XXKD0](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XXKD0](sql-error-conditions-sqlstates.html#class-xx-internal-error)
The input plan of `` is invalid: ``
### PLAN_VALIDATION_FAILED_RULE_IN_BATCH
-[SQLSTATE: XXKD0](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XXKD0](sql-error-conditions-sqlstates.html#class-xx-internal-error)
Rule `` in batch `` generated an invalid plan: ``
@@ -1917,7 +1917,7 @@ Not found an id for the rule name "``". Please modify RuleIdCollection
### SCALAR_SUBQUERY_IS_IN_GROUP_BY_OR_AGGREGATE_FUNCTION
-[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 correlated scalar subquery '``' is neither present in GROUP BY, nor in an aggregate function.
Add it to GROUP BY using ordinal position or wrap it in `first()` (or `first_value`) if you don't care which value you get.
@@ -1970,7 +1970,7 @@ sortBy must be used together with bucketBy.
### SPARK_JOB_CANCELLED
-[SQLSTATE: XXKDA](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XXKDA](sql-error-conditions-sqlstates.html#class-xx-internal-error)
Job `` cancelled ``
@@ -2010,7 +2010,7 @@ The SQL config `` cannot be found. Please verify that the config exists
### STAR_GROUP_BY_POS
-[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
+[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
Star (*) is not allowed in a select list when GROUP BY an ordinal position is used.
@@ -2041,7 +2041,7 @@ Rerun the streaming query to construct the state schema, and report to the corre
### STDS_INTERNAL_ERROR
-[SQLSTATE: XXKST](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XXKST](sql-error-conditions-sqlstates.html#class-xx-internal-error)
Internal error: ``
Please, report this bug to the corresponding communities or vendors, and provide the full stack trace.
@@ -2082,7 +2082,7 @@ The checkpoint seems to be only run with older Spark version(s). Run the streami
### STREAM_FAILED
-[SQLSTATE: XXKST](sql-error-conditions-sqlstates.html#class-XX-internal-error)
+[SQLSTATE: XXKST](sql-error-conditions-sqlstates.html#class-xx-internal-error)
Query [id = ``, runId = ``] terminated with exception: ``
@@ -2327,7 +2327,7 @@ Attempted to unset non-existent properties [``] in table `
`.
### [UNSUPPORTED_ADD_FILE](sql-error-conditions-unsupported-add-file-error-class.html)
-[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.
@@ -2335,50 +2335,50 @@ For more details see [UNSUPPORTED_ADD_FILE](sql-error-conditions-unsupported-add
### UNSUPPORTED_ARROWTYPE
-[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 arrow type ``.
### UNSUPPORTED_CALL
-[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 call the method "``" of the class "``".
### UNSUPPORTED_CHAR_OR_VARCHAR_AS_STRING
-[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 char/varchar type can't be used in the table schema.
If you want Spark treat them as string type as same as Spark 3.0 and earlier, please set "spark.sql.legacy.charVarcharAsString" to "true".
### UNSUPPORTED_DATASOURCE_FOR_DIRECT_QUERY
-[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 data source type for direct query on files: ``
### UNSUPPORTED_DATATYPE
-[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 data type ``.
### UNSUPPORTED_DATA_SOURCE_SAVE_MODE
-[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 data source "``" cannot be written in the `` mode. Please use either the "Append" or "Overwrite" mode instead.
### UNSUPPORTED_DATA_TYPE_FOR_DATASOURCE
-[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 `` datasource doesn't support the column `` of the type ``.
### [UNSUPPORTED_DEFAULT_VALUE](sql-error-conditions-unsupported-default-value-error-class.html)
-[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.
@@ -2386,7 +2386,7 @@ For more details see [UNSUPPORTED_DEFAULT_VALUE](sql-error-conditions-unsupporte
### [UNSUPPORTED_DESERIALIZER](sql-error-conditions-unsupported-deserializer-error-class.html)
-[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:
@@ -2422,7 +2422,7 @@ Expression `` not supported within a window function.
### [UNSUPPORTED_FEATURE](sql-error-conditions-unsupported-feature-error-class.html)
-[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:
@@ -2468,7 +2468,7 @@ For more details see [UNSUPPORTED_OVERWRITE](sql-error-conditions-unsupported-ov
### [UNSUPPORTED_SAVE_MODE](sql-error-conditions-unsupported-save-mode-error-class.html)
-[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 `` is not supported for:
@@ -2476,7 +2476,7 @@ For more details see [UNSUPPORTED_SAVE_MODE](sql-error-conditions-unsupported-sa
### [UNSUPPORTED_SUBQUERY_EXPRESSION_CATEGORY](sql-error-conditions-unsupported-subquery-expression-category-error-class.html)
-[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:
@@ -2484,7 +2484,7 @@ For more details see [UNSUPPORTED_SUBQUERY_EXPRESSION_CATEGORY](sql-error-condit
### UNSUPPORTED_TYPED_LITERAL
-[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
+[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0a-feature-not-supported)
Literals of the type `` are not supported. Supported types are ``.