You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@BaseMessage("Illegal arguments: The length of the keys array {0,number,#} is not equal to the length of the values array {1,number,#} in MAP_FROM_ARRAYS function")
Copy file name to clipboardExpand all lines: core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -302,8 +302,11 @@ FunctionNotFound=Function ''{0}'' not found
302
302
DialectDoesNotSupportFeature=Dialect does not support feature: ''{0}''
303
303
IllegalNegativePadLength=Second argument for LPAD/RPAD must not be negative
304
304
IllegalEmptyPadPattern=Third argument (pad pattern) for LPAD/RPAD must not be empty
305
-
IllegalNegativeSubstringLength=Substring error: negative substring length not allowed
306
305
IllegalNegativeDecimalValue=Illegal arguments for 'FORMAT_NUMBER' function: negative decimal value not allowed
306
+
IllegalNegativeSubstringLength=Substring error: negative substring length not allowed
307
+
IllegalMapEntriesWithNullKey=Illegal arguments for 'MAP_ENTRIES' function: using a map with a null key is not allowed
308
+
IllegalMapKeysWithNullKey=Illegal arguments for 'MAP_KEYS' function: using a map with a null key is not allowed
309
+
IllegalMapValuesWithNullKey=Illegal arguments for 'MAP_VALUES' function: using a map with a null key is not allowed
307
310
IllegalArgumentsInMapFromArraysFunc=Illegal arguments: The length of the keys array {0,number,#} is not equal to the length of the values array {1,number,#} in MAP_FROM_ARRAYS function
308
311
TrimError=Trim error: trim character must be exactly 1 character
309
312
InvalidTypesForArithmetic=Invalid types for arithmetic: {0} {1} {2}
0 commit comments