UNSUPPORTED_SHOW_CREATE_TABLE error class
SQLSTATE: 0A000
Unsupported a SHOW CREATE TABLE
command.
ON_DATA_SOURCE_TABLE_WITH_AS_SERDE
The table <tableName>
is a Spark data source table. Please use SHOW CREATE TABLE
without AS SERDE
instead.
ON_METRIC_VIEW
The command is not supported on a metrci view <tableName>
.
ON_TEMPORARY_VIEW
The command is not supported on a temporary view <tableName>
.
ON_TRANSACTIONAL_HIVE_TABLE
Failed to execute the command against transactional Hive table <tableName>
.
Please use SHOW CREATE TABLE <tableName>
AS SERDE
to show Hive DDL instead.
WITH_UNSUPPORTED_FEATURE
Failed to execute the command against table/view <tableName>
which is created by Hive and uses the following unsupported features
<unsupportedFeatures>
WITH_UNSUPPORTED_SERDE_CONFIGURATION
Failed to execute the command against the table <tableName>
which is created by Hive and uses the following unsupported serde configuration
<configs>
Please use SHOW CREATE TABLE <tableName>
AS SERDE
to show Hive DDL instead.