UNSUPPORTED_FEATURE error class
The feature is not supported:
AES_MODE
AES-<mode>
with the padding <padding>
by the <functionName>
function.
AES_MODE_AAD
<functionName>
with AES-<mode>
does not support additional authenticate data (AAD).
AES_MODE_IV
<functionName>
with AES-<mode>
does not support initialization vectors (IVs).
AI_FUNCTION
AI function <functionName>
is only available in Interactive Workloads, Jobs, and SQL Pro, or it's disabled explicitly.
AI_FUNCTION_PREVIEW
AI function <functionName>
is in preview and currently disabled in this environment.
ANALYZE_UNCACHED_TEMP_VIEW
The ANALYZE TABLE FOR COLUMNS command can operate on temporary views that have been cached already. Consider to cache the view <viewName>
.
ANALYZE_UNSUPPORTED_COLUMN_TYPE
The ANALYZE TABLE FOR COLUMNS command does not support the type <columnType>
of the column <columnName>
in the table <tableName>
.
ANALYZE_VIEW
The ANALYZE TABLE command does not support views.
CATALOG_OPERATION
Catalog <catalogName>
does not support <operation>
.
COLLATION
Collation is not yet supported.
COMBINATION_QUERY_RESULT_CLAUSES
Combination of ORDER BY/SORT BY/DISTRIBUTE BY/CLUSTER BY.
COMMENT_NAMESPACE
Attach a comment to the namespace <namespace>
.
CREATE_TABLE_STAGING_LOCATION
Create a catalog table in a staging location.
DESC_TABLE_COLUMN_PARTITION
DESC TABLE COLUMN for a specific partition.
DROP_DATABASE
Drop the default database <database>
.
DROP_NAMESPACE
Drop the namespace <namespace>
.
DROP_NAMESPACE_CASCADE
Drop namespace cascade is not supported in <provider>
catalogs.
HIVE_TABLE_TYPE
The <tableName>
is hive <tableType>
.
HIVE_WITH_ANSI_INTERVALS
Hive table <tableName>
with ANSI intervals.
INSERT_PARTITION_SPEC_IF_NOT_EXISTS
INSERT INTO <tableName>
with IF NOT EXISTS in the PARTITION spec.
LAMBDA_FUNCTION_WITH_PYTHON_UDF
Lambda function with Python UDF <funcName>
in a higher order function.
LATERAL_COLUMN_ALIAS_IN_AGGREGATE_FUNC
Referencing a lateral column alias <lca>
in the aggregate function <aggFunc>
.
LATERAL_COLUMN_ALIAS_IN_AGGREGATE_WITH_WINDOW_AND_HAVING
Referencing lateral column alias <lca>
in the aggregate query both with window expressions and with having clause. Please rewrite the aggregate query by removing the having clause or removing lateral alias reference in the SELECT list.
LATERAL_COLUMN_ALIAS_IN_GROUP_BY
Referencing a lateral column alias via GROUP BY alias/ALL is not supported yet.
LATERAL_COLUMN_ALIAS_IN_WINDOW
Referencing a lateral column alias <lca>
in window expression <windowExpr>
.
LATERAL_JOIN_USING
JOIN USING with LATERAL correlation.
LITERAL_TYPE
Literal for '<value>
' of <type>
.
MATERIALIZED_VIEW_WITH_SCHEMA_BINDING_MODE
Materialized views cannot be created with the WITH SCHEMA clause. Recreate the materialized view when the underlying schema changes, or use a persisted view.
MULTIPLE_BUCKET_TRANSFORMS
Multiple bucket TRANSFORMs.
MULTI_ACTION_ALTER
The target JDBC server hosting table <tableName>
does not support ALTER TABLE with multiple actions. Split the ALTER TABLE up into individual actions to avoid this error.
ORC_TYPE_CAST
Unable to convert <orcType>
of Orc to data type <toType>
.
OVERWRITE_BY_SUBQUERY
INSERT OVERWRITE with a subquery condition.
PANDAS_UDAF_IN_PIVOT
Pandas user defined aggregate function in the PIVOT clause.
PARAMETER_MARKER_IN_UNEXPECTED_STATEMENT
Parameter markers are not allowed in <statement>
.
PARTITION_WITH_NESTED_COLUMN_IS_UNSUPPORTED
Invalid partitioning: <cols>
is missing or is in a map or array.
PIVOT_AFTER_GROUP_BY
PIVOT clause following a GROUP BY clause. Consider pushing the GROUP BY into a subquery.
PIVOT_TYPE
Pivoting by the value '<value>
' of the column data type <type>
.
PURGE_PARTITION
Partition purge.
PURGE_TABLE
Purge table.
PYTHON_DATA_SOURCE
Python data sources.
PYTHON_UDF_IN_ON_CLAUSE
Python UDF in the ON clause of a <joinType>
JOIN. In case of an INNER JOIN consider rewriting to a CROSS JOIN with a WHERE clause.
REMOVE_NAMESPACE_COMMENT
Remove a comment from the namespace <namespace>
.
REPLACE_NESTED_COLUMN
The replace function does not support nested column <colName>
.
SET_NAMESPACE_PROPERTY
<property>
is a reserved namespace property, <msg>
.
SET_OPERATION_ON_MAP_TYPE
Cannot have MAP
type columns in DataFrame which calls set operations (INTERSECT, EXCEPT, etc.), but the type of column <colName>
is <dataType>
.
SET_PROPERTIES_AND_DBPROPERTIES
set PROPERTIES and DBPROPERTIES at the same time.
SET_TABLE_PROPERTY
<property>
is a reserved table property, <msg>
.
SET_VARIABLE_USING_SET
<variableName>
is a VARIABLE and cannot be updated using the SET statement. Use SET VARIABLE <variableName>
= … instead.
STATE_STORE_MULTIPLE_COLUMN_FAMILIES
Creating multiple column families with <stateStoreProvider>
is not supported.
STATE_STORE_REMOVING_COLUMN_FAMILIES
Removing column families with <stateStoreProvider>
is not supported.
STATE_STORE_TTL
State TTL with <stateStoreProvider>
is not supported. Please use RocksDBStateStoreProvider.
TABLE_OPERATION
Table <tableName>
does not support <operation>
. Please check the current catalog and namespace to make sure the qualified table name is expected, and also check the catalog implementation which is configured by "spark.sql.catalog".
TEMPORARY_VIEW_WITH_SCHEMA_BINDING_MODE
Temporary views cannot be created with the WITH SCHEMA clause. Recreate the temporary view when the underlying schema changes, or use a persisted view.
TEMP_VARIABLE_ON_DBSQL
Temporary variables are not yet supported for queries from SQL warehouses.
TIME_TRAVEL
Time travel on the relation: <relationId>
.
TOO_MANY_TYPE_ARGUMENTS_FOR_UDF_CLASS
UDF class with <num>
type arguments.
TRANSFORM_DISTINCT_ALL
TRANSFORM with the DISTINCT/ALL clause.
TRANSFORM_NON_HIVE
TRANSFORM with SERDE is only supported in hive mode.