You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/04/13 14:02:36 UTC

[GitHub] [calcite] chunweilei commented on a change in pull request #1149: [CALCITE-2982] SqlItemOperator should throw understandable exception …

chunweilei commented on a change in pull request #1149: [CALCITE-2982] SqlItemOperator should throw understandable exception …
URL: https://github.com/apache/calcite/pull/1149#discussion_r275119143
 
 

 ##########
 File path: core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties
 ##########
 @@ -287,4 +287,5 @@ InvalidInputForJsonDepth=Not a valid input for JSON_DEPTH: ''{0}''
 ExceptionWhileSerializingToJson=Cannot serialize object to JSON, and the object is: ''{0}''
 InvalidInputForJsonLength=Not a valid input for JSON_LENGTH: ''{0}''
 InvalidInputForJsonKeys=Not a valid input for JSON_KEYS: ''{0}''
+IllegalTypeForItemOperator=Cannot apply item operator to ''{0}'' who''s type is ''{1}''
 # End CalciteResource.properties
 
 Review comment:
   `who''s` should be `whose`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services