Anthrino commented on code in PR #3338:
URL: https://github.com/apache/calcite/pull/3338#discussion_r1293846017
##########
core/src/main/java/org/apache/calcite/runtime/CalciteResource.java:
##########
@@ -1005,6 +1005,9 @@ ExInstWithCause<CalciteException> failedToAccessField(
@BaseMessage("Invalid input for JSON_STORAGE_SIZE: ''{0}''")
ExInst<CalciteException> invalidInputForJsonStorageSize(String value);
+ @BaseMessage("Invalid regex input for REGEXP_CONTAINS: ''{0}''")
+ ExInst<CalciteException> invalidInputForRegexpContains(String value);
Review Comment:
Changed into RuntimeException, thanks for the correction.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]