commit | 938d76f1801a09eada0a674a759c6d3aee2902c1 | [log] [tgz] |
---|---|---|
author | Till Westmann <tillw@apache.org> | Tue Aug 21 09:50:18 2018 -0700 |
committer | Till Westmann <tillw@apache.org> | Tue Aug 21 11:53:45 2018 -0700 |
tree | 7bc585d0612de136e16c25e45ef71550b25514ff | |
parent | 0b99332f6c85ea32a79780dc25c0f7b6fd3b75c9 [diff] |
[NO ISSUE][FAIL] Fix message for over-/underflow Change-Id: I1d2b071dce8f6ed485d57f131d5c9f8893041678 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2925 Reviewed-by: Murtadha Hubail <mhubail@apache.org> Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties b/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties index f0dfd1a..7158b95 100644 --- a/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties +++ b/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties
@@ -43,8 +43,8 @@ # Data errors 6 = Invalid format for %1$s in %2$s -7 = Overflow happend in %1$s -8 = Underflow happend in %1$s +7 = Overflow in %1$s +8 = Underflow in %1$s 9 = Injected failure in %1$s 10 = Invalid value: function %1$s expects its %2$s input parameter to be a non-negative value, but gets %3$s 11 = Index out of bound in %1$s: %2$s