FROM_JSON_INVALID_CONFIGURATION error class
SQLSTATE: 42601
from_json configuration is invalid:
ABSOLUTE_PATH
The provided schemaLocation should be a relative path.
INVALID_SCHEMA_HINT
The following is not a valid schema hint: <hint>
.
Use either a column descriptor syntax that overrides a leaf column (e.g. a.element.b LONG
),
or a fully qualified DDL that merges with the inferred schema completely (e.g. STRUCT<a
ARRAY`<`STRUCT`<b LONG>>>`
SCHEMA_LOCATION_EMPTY
The provided schemaLocation was an empty string.
SCHEMA_OR_SCHEMA_LOCATION
Please provide either a schema or a schemaLocation, but not both.
UNRECOGNIZED_SCHEMA_EVOLUTION_MODE
Unrecognized schema evolution mode: <mode>