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

mbudiu 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 7ca6fc4bdd Fix CalciteResource.properties
7ca6fc4bdd is described below

commit 7ca6fc4bdd3e1274a62f00f4c8d5830162a74879
Author: Mihai Budiu <mbu...@feldera.com>
AuthorDate: Wed Feb 21 10:24:51 2024 -0800

    Fix CalciteResource.properties
    
    Signed-off-by: Mihai Budiu <mbu...@feldera.com>
---
 .../resources/org/apache/calcite/runtime/CalciteResource.properties    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 10aae01fb0..d4294403e7 100644
--- 
a/core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties
+++ 
b/core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties
@@ -45,7 +45,8 @@ IllegalArrayExpression=Illegal array expression ''{0}''
 ArrayIndexOutOfBounds=Array index {0,number,#} is out of bounds
 IllegalFromEmpty=''FROM'' without operands preceding it is illegal
 IllegalRowExpression=ROW expression encountered in illegal context
-IllegalColon=Illegal identifier '':''. Was expecting ''VALUE''
+IllegalColon=Unexpected symbol '':''. Was expecting ''VALUE''
+IllegalComma=Unexpected symbol '',''. Was expecting ''VALUE''
 InvalidSampleSize=TABLESAMPLE percentage must be between 0 and 100, inclusive
 UnknownCharacterSet=Unknown character set ''{0}''
 CharsetEncoding=Failed to encode ''{0}'' in character set ''{1}''

Reply via email to