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

fix(hogql): fix breaking down by feature flag #20896

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

thmsobrmlr
Copy link
Contributor

Problem

A feature flag breakdown $feature/5432-lemonade would be parsed into an arithmetic operation "$feature / 5432 - lemonade".

Changes

This PR escapes parsing the breakdown.

How did you test this code?

Tried a failing insight locally

@thmsobrmlr thmsobrmlr requested a review from a team March 13, 2024 14:18
@thmsobrmlr thmsobrmlr enabled auto-merge (squash) March 13, 2024 14:19
@thmsobrmlr
Copy link
Contributor Author

YOLOing this one-liner of flagged code

@thmsobrmlr thmsobrmlr merged commit e08ca5d into master Mar 13, 2024
74 checks passed
@thmsobrmlr thmsobrmlr deleted the hogql-funnels-breakdown-ff branch March 13, 2024 14:28
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.

1 participant