Description
Assign a proper name to the legacy error class _LEGACY_ERROR_TEMP_1092 and make it visible to users.
The example below shows the issue:
> select from_json('{"a":1}', 1); org.apache.spark.sql.AnalysisException { "errorClass" : "LEGACY", "messageParameters" : { "message" : "The expression '1' is not a valid schema string.; line 1 pos 7" ...
Attachments
Issue Links
- is a clone of
-
SPARK-41176 Assign a name to the error class _LEGACY_ERROR_TEMP_1042
- Resolved
- is cloned by
-
SPARK-41182 Assign a name to the error class _LEGACY_ERROR_TEMP_1102
- Resolved
- links to