-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore(hogql): Rename PersonsQuery to ActorsQuery #19441
Conversation
Size Change: -1 B (0%) Total Size: 2 MB ℹ️ View Unchanged
|
ef85ea8
to
4e1e988
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, though one question about a frontend variable inline...
@@ -46,30 +46,30 @@ export const retentionModalLogic = kea<retentionModalLogicType>([ | |||
return aggregationLabel(aggregation_group_type_index) | |||
}, | |||
], | |||
personsQuery: [ | |||
ActorsQuery: [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be PascalCase? We usually camelCase variables and PascalCase types and classes 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, good catch.. I thought I did case sensitive search and replace 👀
Problem
PersonsQuery since #19211 does not only care about persons, but also groups.
Changes
How did you test this code?