Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix conflicts
  • Loading branch information
beliefer committed Jun 23, 2023
commit bc9b11f4fa7cc22ea3eb7783e50af129caa5dcbc
34 changes: 0 additions & 34 deletions core/src/main/resources/error/error-classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -5667,40 +5667,6 @@
"Cannot change nullable column to non-nullable: <fieldName>."
]
},
"_LEGACY_ERROR_TEMP_2433" : {
"message" : [
"Only a single table generating function is allowed in a SELECT clause, found:",
"<sqlExprs>."
]
},
"_LEGACY_ERROR_TEMP_2434" : {
"message" : [
"Failure when resolving conflicting references in Join:",
"<plan>",
"Conflicting attributes: <conflictingAttributes>."
]
},
"_LEGACY_ERROR_TEMP_2435" : {
"message" : [
"Failure when resolving conflicting references in Intersect:",
"<plan>",
"Conflicting attributes: <conflictingAttributes>."
]
},
"_LEGACY_ERROR_TEMP_2436" : {
"message" : [
"Failure when resolving conflicting references in Except:",
"<plan>",
"Conflicting attributes: <conflictingAttributes>."
]
},
"_LEGACY_ERROR_TEMP_2437" : {
"message" : [
"Failure when resolving conflicting references in AsOfJoin:",
"<plan>",
"Conflicting attributes: <conflictingAttributes>."
]
},
"_LEGACY_ERROR_TEMP_2446" : {
"message" : [
"Operation not allowed: <cmd> only works on table with location provided: <tableIdentWithDB>"
Expand Down