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

filter: Automatic type inference does not work on boolean columns #1411

Closed
victorlin opened this issue Feb 9, 2024 · 0 comments · Fixed by #1410
Closed

filter: Automatic type inference does not work on boolean columns #1411

victorlin opened this issue Feb 9, 2024 · 0 comments · Fixed by #1410
Assignees
Labels
bug Something isn't working

Comments

@victorlin
Copy link
Member

victorlin commented Feb 9, 2024

flagged by @joverlee521 on Slack

Description

Previously, a metadata column with values True/False could be queried as a Python boolean¹. It no longer works as expected because these values are evaluated as string literals².

¹ e.g. augur filter --query "column == True"
² e.g. "True" == True evaluates to False

Affected versions

Augur 24.1.0

Workaround

Use Augur 24.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant