Skip to content

Commit

Permalink
[KYLIN-4955] fix typo in KYLIN UI when not set dictionary for count_d…
Browse files Browse the repository at this point in the history
…istinct measure.
  • Loading branch information
Ted-Jiang authored and hit-lacus committed Apr 12, 2021
1 parent ca08012 commit 4921031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/app/js/controllers/cubeSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ KylinApp.controller('CubeSchemaCtrl', function ($scope, QueryService, UserServic
});

if (!isColumnExit) {
errors.push("The non-Int type precise count distinct measure must set advanced cict: " + measureColumn);
errors.push("The non-Int type precise count distinct measure must set advanced dictionary: " + measureColumn);
}
}
});
Expand Down

0 comments on commit 4921031

Please sign in to comment.