Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The feature is not supported:
AES-<mode>
with the padding <padding>
by the <functionName>
function.
<functionName>
with AES-<mode>
does not support additional authenticate data (AAD).
<functionName>
with AES-<mode>
does not support initialization vectors (IVs).
AI function <functionName>
is only available in Interactive Workloads, Jobs, and SQL Pro, or it's disabled explicitly.
AI function <functionName>
is in preview and currently disabled in this environment.
ALTER TABLE SET SERDE
is not supported for table <tableName>
created with the datasource API. Consider using an external Hive table or updating the table properties with compatible options for your table format.
The ANALYZE TABLE FOR COLUMNS
command can operate on temporary views that have been cached already. Consider to cache the view <viewName>
.
The ANALYZE TABLE FOR COLUMNS
command does not support the type <columnType>
of the column <columnName>
in the table <tableName>
.
The ANALYZE TABLE
command does not support views.
Catalog <catalogName>
does not support <operation>
.
The SQL pipe operator syntax using |> does not support <clauses>
.
Collation is not yet supported.
Collated strings for keys of maps
Combination of ORDER BY
/SORT BY
/DISTRIBUTE BY
/CLUSTER BY
.
Attach a comment to the namespace <namespace>
.
CONTINUE
exception handler is not supported. Use EXIT handler.
Create a catalog table in a staging location.
DESCRIBE
AS JSON not supported for table type of <tableName>
. Please try again without the AS JSON clause.
DESC TABLE COLUMN
AS JSON not supported for individual columns.
DESC TABLE COLUMN
for a specific partition.
Drop the default database <database>
.
Drop the namespace <namespace>
.
Drop namespace cascade is not supported in <provider>
catalogs.
The <tableName>
is hive <tableType>
.
Hive table <tableName>
with ANSI intervals.
INSERT INTO <tableName>
with IF NOT EXISTS
in the PARTITION
spec.
Lambda function with External UDF <funcName>
in a higher order function.
Lambda function with Python UDF <funcName>
in a higher order function.
Referencing a lateral column alias <lca>
in the aggregate function <aggFunc>
.
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.
Referencing a lateral column alias via GROUP BY
alias/ALL
is not supported yet.
Referencing a lateral column alias <lca>
in window expression <windowExpr>
.
JOIN USING
with LATERAL
correlation.
Literal for '<value>
' of <type>
.
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.
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.
Default collation for the specified object.
Unable to convert <orcType>
of Orc to data type <toType>
.
INSERT OVERWRITE
with a subquery condition.
Pandas user defined aggregate function in the PIVOT
clause.
Parameter markers are not allowed in <statement>
.
Cannot use VARIANT
producing expressions to partition a DataFrame, but the type of expression <expr>
is <dataType>
.
Invalid partitioning: <cols>
is missing or is in a map or array.
The SQL pipe operator syntax with aggregation (using |> AGGREGATE
) does not support <case>
.
PIVOT
clause following a GROUP BY
clause. Consider pushing the GROUP BY
into a subquery.
Pivoting by the value '<value>
' of the column data type <type>
.
Partition purge.
Purge table.
Python data sources.
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 a comment from the namespace <namespace>
.
The replace function does not support nested column <colName>
.
<property>
is a reserved namespace property, <msg>
.
Cannot have MAP
type columns in DataFrame which calls set operations (INTERSECT
, EXCEPT
, etc.), but the type of column <colName>
is <dataType>
.
Cannot have VARIANT
type columns in DataFrame which calls set operations (INTERSECT
, EXCEPT
, etc.), but the type of column <colName>
is <dataType>
.
set PROPERTIES
and DBPROPERTIES
at the same time.
<property>
is a reserved table property, <msg>
.
<variableName>
is a VARIABLE
and cannot be updated using the SET
statement. Use SET VARIABLE <variableName>
= ... instead.
SQL Scripting is under development and not all features are supported. SQL Scripting enables users to write procedural SQL including control flow and error handling. To enable existing features set <sqlScriptingEnabled>
to true
.
DROP TEMPORARY VARIABLE
is not supported within SQL scripts. To bypass this, use EXECUTE
IMMEDIATE '
DROP TEMPORARY VARIABLE ...'
.
Atomic transaction blocks in SQL Scripting are currently in development. To enable existing features set <sqlScriptingAtomicBodyEnabled>
to true
.
Atomic transaction blocks within exception handlers in SQL Scripting are not allowed.
Exception handlers within an atomic transaction block in SQL Scripting are not allowed.
Nested atomic transaction blocks in SQL Scripting are currently now allowed.
Nested compound bodies within an atomic transaction block in SQL Scripting are currently not allowed.
Positional parameters are not supported with SQL Scripting.
Command <command>
is currently unsupported in Atomic blocks. Only DML commands (such as INSERT
, UPDATE
, DELETE
, MERGE
), SELECT
and variable assignments are allowed within atomic transaction blocks in SQL Scripting.
Creating multiple column families with <stateStoreProvider>
is not supported.
Removing column families with <stateStoreProvider>
is not supported.
State TTL with <stateStoreProvider>
is not supported. Please use RocksDBStateStoreProvider.
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 views cannot be created with the WITH SCHEMA
clause. Recreate the temporary view when the underlying schema changes, or use a persisted view.
Temporary variables are not yet supported for queries from SQL warehouses.
Time travel on the relation: <relationId>
.
UDF class with <num>
type arguments.
TRANSFORM
with the DISTINCT
/ALL
clause.
TRANSFORM
with SERDE
is only supported in hive mode.
TRIM specifier in the collation.
Update column nullability for MySQL and MS SQL Server.
Write for the binary file data source.