-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-40400][SQL] Pass error message parameters to exceptions as maps #37834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d3247dd
424ec91
fbc12f8
dca4515
28f7516
83a35f5
a225b0f
4cde371
ae6d921
f672fb0
053c93b
da69a8d
0e596fe
073bbea
1dc92f5
7f41f89
999f285
b775cb6
22728e7
d2c596b
cf8bf71
4611563
00db260
e18f4c8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -484,7 +484,7 @@ | |
| }, | ||
| "UNRESOLVED_MAP_KEY" : { | ||
| "message" : [ | ||
| "Cannot resolve column <columnName> as a map key. If the key is a string literal, please add single quotes around it." | ||
| "Cannot resolve column <objectName> as a map key. If the key is a string literal, please add single quotes around it." | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I renamed it because there is another error class which shares the same function in source code, and it has the same structure and the first parameter
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note: we will not get away with renaming parameter names in the long run, once third parties start building dependencies on the API. |
||
| ], | ||
| "subClass" : { | ||
| "WITHOUT_SUGGESTION" : { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.