Commit 72cbc2f
committed
Remove redundant message parameter from INTERNAL_ERROR_INVALID_HIVE_COLUMN_TYPE
The <message> parameter was redundant as the causedBy exception already
contains the detailed error message. When the exception is displayed,
the inner exception's message was appearing twice - once in the main
error message and again in the cause chain.
This change removes the redundant parameter and only includes the
context-specific information (database and table name) in the error
message template.1 parent f748621 commit 72cbc2f
File tree
2 files changed
+0
-2
lines changed- common/utils/src/main/resources/error
- sql/catalyst/src/main/scala/org/apache/spark/sql/errors
2 files changed
+0
-2
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2439 | 2439 | | |
2440 | 2440 | | |
2441 | 2441 | | |
2442 | | - | |
2443 | 2442 | | |
2444 | 2443 | | |
2445 | 2444 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1639 | 1639 | | |
1640 | 1640 | | |
1641 | 1641 | | |
1642 | | - | |
1643 | 1642 | | |
1644 | 1643 | | |
1645 | 1644 | | |
| |||
0 commit comments