This is an automated email from the ASF dual-hosted git repository.

xiong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f767ddfd7 Remove unused properties in CalciteResource.properties
5f767ddfd7 is described below

commit 5f767ddfd791c405a0ef178cda25936239347157
Author: Zhe Hu <iluff...@163.com>
AuthorDate: Sun Jan 12 14:44:48 2025 +0800

    Remove unused properties in CalciteResource.properties
---
 .../resources/org/apache/calcite/runtime/CalciteResource.properties     | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties 
b/core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties
index bfad94a60a..cda103f7df 100644
--- 
a/core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties
+++ 
b/core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties
@@ -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

Reply via email to