We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b43c2 commit 612dd81Copy full SHA for 612dd81
common/utils/src/main/resources/error/error-conditions.json
@@ -550,6 +550,12 @@
550
],
551
"sqlState" : "42703"
552
},
553
+ "COLUMN_VALUE_IS_NULL" : {
554
+ "message" : [
555
+ "Value at index <index> is null."
556
+ ],
557
+ "sqlState" : "22000"
558
+ },
559
"COMPARATOR_RETURNS_NULL" : {
560
"message" : [
561
"The comparator has returned a NULL for a comparison between <firstValue> and <secondValue>.",
@@ -7045,11 +7051,6 @@
7045
7051
"Primitive types are not supported."
7046
7052
]
7047
7053
7048
- "COLUMN_VALUE_IS_NULL" : {
7049
- "message" : [
7050
- "Value at index <index> is null."
- ]
- },
7054
"_LEGACY_ERROR_TEMP_2233" : {
7055
7056
"Only Data Sources providing FileFormat are supported: <providingClass>."
0 commit comments