INVALID_SQL_SYNTAX error class
Invalid SQL syntax:
ANALYZE_TABLE_DELTA_STATS_UNEXPECTED_TOKEN
ANALYZE TABLE
(S) … COMPUTE DELTA STATISTICS <ctx>
doesn’t support: FOR ALL COLUMNS
, FOR COLUMNS
, NOSCAN
, and PARTITION
clauses.
ANALYZE_TABLE_UNEXPECTED_NOSCAN
ANALYZE TABLE
(S) … COMPUTE STATISTICS
… <ctx>
must be either NOSCAN
or empty.
COMMENT_ON_COLUMN_INCORRECT_IDENTIFIER
COMMENT ON COLUMN
requires an identifier with at least two parts. Please qualify the column with table or view name.
CREATE_FUNC_WITH_GENERATED_COLUMNS_AS_PARAMETERS
CREATE FUNCTION
with generated columns as parameters is not allowed.
CREATE_ROUTINE_WITH_IF_NOT_EXISTS_AND_REPLACE
Cannot create a routine with both IF NOT EXISTS
and REPLACE
specified.
CREATE_TEMP_FUNC_WITH_DATABASE
CREATE TEMPORARY FUNCTION
with specifying a database(<database>
) is not allowed.
INVALID_TABLE_FUNCTION_IDENTIFIER_ARGUMENT_MISSING_PARENTHESES
Syntax error: call to table-valued function is invalid because parentheses are missing around the provided TABLE
argument <argumentName>
; please surround this with parentheses and try again.
LATERAL_WITHOUT_SUBQUERY_OR_TABLE_VALUED_FUNC
LATERAL
can only be used with subquery and table-valued functions.
OPTION_WITH_UDF_IS_INVALID
option or property key <key>
is invalid; user-defined functions are not allowed
SHOW_FUNCTIONS_INVALID_PATTERN
Invalid pattern in SHOW FUNCTIONS
: <pattern>
. It must be a “STRING
” literal.