Repository: lens Updated Branches: refs/heads/master 0b3203d04 -> 0a60ef331
LENS-903 : No candidate dim available exception should contain only brief error Project: http://git-wip-us.apache.org/repos/asf/lens/repo Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/0a60ef33 Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/0a60ef33 Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/0a60ef33 Branch: refs/heads/master Commit: 0a60ef331fa792e96f770e86df91bab36c70027d Parents: 0b3203d Author: Sushil Mohanty <[email protected]> Authored: Wed Feb 10 12:22:32 2016 +0530 Committer: Sushil Mohanty <[email protected]> Committed: Wed Feb 10 12:22:32 2016 +0530 ---------------------------------------------------------------------- lens-api/src/main/resources/lens-errors.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lens/blob/0a60ef33/lens-api/src/main/resources/lens-errors.conf ---------------------------------------------------------------------- diff --git a/lens-api/src/main/resources/lens-errors.conf b/lens-api/src/main/resources/lens-errors.conf index 9087fcd..09b221f 100644 --- a/lens-api/src/main/resources/lens-errors.conf +++ b/lens-api/src/main/resources/lens-errors.conf @@ -262,7 +262,7 @@ lensCubeErrorsForQuery = [ { errorCode = 3027 httpStatusCode = ${BAD_REQUEST} - errorMsg = "No candidate dimension table available for %s to answer the query, because %s" + errorMsg = "No candidate dimension table available to answer the query, because %s" } {
