Skip to content

Commit

Permalink
Remove unused properties in CalciteResource.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ILuffZhe authored and NobiGo committed Jan 13, 2025
1 parent 60953ec commit 5f767dd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,6 @@ IllegalNegativeSubstringLength=Substring error: negative substring length not al
IllegalMapEntriesWithNullKey=Illegal arguments for 'MAP_ENTRIES' function: using a map with a null key is not allowed
IllegalMapKeysWithNullKey=Illegal arguments for 'MAP_KEYS' function: using a map with a null key is not allowed
IllegalMapValuesWithNullKey=Illegal arguments for 'MAP_VALUES' function: using a map with a null key is not allowed
InvalidPrecisionForDecimalType=DECIMAL precision {0,number,#} must be between 1 and max precision {1,number,#}
InvalidNegativeScaleForDecimalType=DECIMAL scale {0,number,#} must be between greater than or equal to 0
InvalidPrecisionForDecimalType=DECIMAL precision {0,number,#} must be between 1 and {1,number,#}
InvalidScaleForDecimalType=DECIMAL scale {0,number,#} must be between {1,number,#} and {2,number,#}
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
Expand Down

0 comments on commit 5f767dd

Please sign in to comment.