INVALID_SCHEMA error class
The input schema <inputSchema>
is not a valid schema string.
This error class has the following derived error classes:
NON_STRING_LITERAL
The input expression must be string literal and not null.
NON_STRUCT_TYPE
The input expression should be evaluated to struct type, but got <dataType>
.
PARSE_ERROR
Cannot parse the schema:
<reason>