Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update error msg in StopWordsRecommender #808

Merged
merged 2 commits into from Mar 20, 2024

Conversation

gnanaprakash-ravi
Copy link
Collaborator

Updated error message:
24/03/20 10:55:32 INFO StopWordsRecommender: An invalid column name - FNAME entered. Please provide valid column name, as per the config (they are case sensitive)

@@ -51,7 +51,7 @@
data = findStopWords(data, fieldName);
context.getPipeUtil().write(data, context.getPipeUtil().getStopWordsPipe(args, filenameCSV));
} else {
LOG.info("An invalid column name - " + args.getColumn() + " entered. Please provide valid column name.");
LOG.info("An invalid column name - " + args.getColumn() + " entered. Please provide valid column name, as per the config (they are case sensitive).");

Check warning

Code scanning / PMD

Logger calls should be surrounded by log level guards. Warning

Logger calls should be surrounded by log level guards.
@vikasgupta78 vikasgupta78 merged commit 0e1c23c into zinggAI:enterprise Mar 20, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants