[NO ISSUE][FAIL] Fix message for over-/underflow

Change-Id: I1d2b071dce8f6ed485d57f131d5c9f8893041678
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2925
Reviewed-by: Murtadha Hubail <mhub...@apache.org>
Sonar-Qube: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenk...@fulliautomatix.ics.uci.edu>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/938d76f1
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/938d76f1
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/938d76f1

Branch: refs/heads/master
Commit: 938d76f1801a09eada0a674a759c6d3aee2902c1
Parents: 0b99332
Author: Till Westmann <ti...@apache.org>
Authored: Tue Aug 21 09:50:18 2018 -0700
Committer: Till Westmann <ti...@apache.org>
Committed: Tue Aug 21 11:53:45 2018 -0700

----------------------------------------------------------------------
 .../asterix-common/src/main/resources/asx_errormsg/en.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/938d76f1/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties
----------------------------------------------------------------------
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

Reply via email to