Repository: lens Updated Branches: refs/heads/current-release-line 2f1ddd463 -> 991ceb312
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/991ceb31 Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/991ceb31 Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/991ceb31 Branch: refs/heads/current-release-line Commit: 991ceb31262177e88b6dc6a89f6c498d5893a734 Parents: 2f1ddd4 Author: Sushil Mohanty <[email protected]> Authored: Wed Feb 10 12:22:32 2016 +0530 Committer: Sushil Mohanty <[email protected]> Committed: Thu Feb 11 15:37:40 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/991ceb31/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" } {
