This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit fa96dae8424a5200468bd95c089007511a4d7d0d Author: Murtadha Hubail <[email protected]> AuthorDate: Thu Apr 16 19:13:56 2020 +0300 [NO ISSUE][FAIL] Improve Index Creation on Large Field Error Message - user model changes: no - storage format changes: no - interface changes: no Details: - Improve index creation on large field error message. Change-Id: I4383e9b384f57367d422e9603abf247647a38701 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/5843 Tested-by: Jenkins <[email protected]> Reviewed-by: Murtadha Hubail <[email protected]> Reviewed-by: Ian Maxon <[email protected]> Reviewed-by: Dmitry Lychagin <[email protected]> --- .../hyracks/hyracks-api/src/main/resources/errormsg/en.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties b/hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties index cfb6c9e..87b963a 100644 --- a/hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties +++ b/hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties @@ -59,7 +59,7 @@ 40 = Unknown inverted index type %1$s 41 = Cannot propose linearizer if dimensions have different types 42 = Cannot propose linearizer for type %1$s -43 = Record size (%1$s) larger than maximum acceptable record size (%2$s) +43 = Index entry size (%1$s) larger than maximum acceptable entry size (%2$s) 44 = Failed to re-find parent of a page in the tree 45 = Failed to find a tuple in a page 46 = Unsorted load input
