Yingyi Bu has posted comments on this change. Change subject: ASTERIXDB-1409: fix the type check for functions with two string arguments. ......................................................................
Patch Set 2: (3 comments) https://asterix-gerrit.ics.uci.edu/#/c/829/2/asterixdb/asterix-om/src/main/java/org/apache/asterix/om/typecomputer/impl/AbstractBinaryStringTypeComputer.java File asterixdb/asterix-om/src/main/java/org/apache/asterix/om/typecomputer/impl/AbstractBinaryStringTypeComputer.java: Line 52: throw new AlgebricksException(e); > Does wrapping this exception do anything useful? Done Line 85: throw new AlgebricksException("First argument should be String Type."); > Would be nice to include the offending type in the error message. Done Line 89: throw new AlgebricksException("Second argument should be String Type."); > Would be nice to include the offending type in the error message. Done -- To view, visit https://asterix-gerrit.ics.uci.edu/829 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: Idd36d9f5ee0f7d6d20afdff2e0669d6be6c6769b Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]> Gerrit-Reviewer: abdullah alamoudi <[email protected]> Gerrit-HasComments: Yes
