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

--no-ones should be --keep-ones #40

Open
mh-northlander opened this issue Jun 27, 2024 · 1 comment
Open

--no-ones should be --keep-ones #40

mh-northlander opened this issue Jun 27, 2024 · 1 comment

Comments

@mh-northlander
Copy link
Contributor

argument --no-ones for MergeDedupStats seems a flag to keep 1-freq rows.

val filtered =
if (arg.noOnes()) {
merged
} else merged.where($"nearFreq" > 1)

@eiennohito
Copy link
Collaborator

You are correct!

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

No branches or pull requests

2 participants