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

Stopword fix PR #1008

Closed
wants to merge 6 commits into from
Closed

Stopword fix PR #1008

wants to merge 6 commits into from

Conversation

sania-16
Copy link
Contributor

No description provided.

sonalgoyal and others added 3 commits January 17, 2025 17:26
* fixing verifyblocking

* working changes

* fixing location name in spark

* junits

---------

Co-authored-by: sania-16 <[email protected]>
Co-authored-by: Sania Goyal <[email protected]>
Copy link
Member

@sonalgoyal sonalgoyal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please clean pr as per comments. it shold not have verifyblocking changes either.

for(FieldDefinition fd: list){
fieldNamesList.add(fd.getName());
}
String fieldNames = fieldNamesList.stream()

Check warning

Code scanning / PMD

Consider simply returning the value vs storing it in local variable 'recordDF' Warning

Consider simply returning the value vs storing it in local variable 'fieldNames'
Comment on lines +8 to +12
if(!(f.getStopWords() == null || f.getStopWords() == "")){
return true;
}
else
return false;

Check warning

Code scanning / PMD

This if statement can be replaced by `return {condition};` Warning

This if statement can be replaced by return {condition};
return true;
}
else
return false;

Check warning

Code scanning / PMD

This statement should have braces Warning

This statement should have braces
@sania-16 sania-16 closed this Jan 21, 2025
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.

2 participants