>From Rithwik Koul <[email protected]>: Rithwik Koul has uploaded a new patch set (#7). ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21227?usp=email )
Change subject: [NO ISSUE] Surface ASX1113 for invalid regex patterns - user model changes: no - storage format changes: no - interface changes: no ...................................................................... [NO ISSUE] Surface ASX1113 for invalid regex patterns - user model changes: no - storage format changes: no - interface changes: no Details : Wrap Pattern.compile in RegExpMatcher.java to catch PatternSyntaxException and rethrow as RuntimeDataException with INVALID_REGEX_PATTERN(1113), Fixes generic "Internal error" (25000) message for all regex_* functions. Ext-ref: NO TICKET Change-Id: I09b5a2c5fd6fc2e845e88a702f0a4cca00d427da --- M asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/utils/RegExpMatcher.java 1 file changed, 8 insertions(+), 1 deletion(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/27/21227/7 -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21227?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: newpatchset Gerrit-Project: asterixdb Gerrit-Branch: lumina Gerrit-Change-Id: I09b5a2c5fd6fc2e845e88a702f0a4cca00d427da Gerrit-Change-Number: 21227 Gerrit-PatchSet: 7 Gerrit-Owner: Rithwik Koul <[email protected]>
