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: count fixed columns of type bool/number #2698

Merged
merged 2 commits into from
May 16, 2023
Merged

Conversation

makeavish
Copy link
Member

No description provided.

@makeavish makeavish requested a review from srikanthccv as a code owner May 16, 2023 11:00
@request-info
Copy link

request-info bot commented May 16, 2023

We would appreciate it if you could provide us with more info about this issue/pr!

@github-actions
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@github-actions github-actions bot added the bug Something isn't working label May 16, 2023
Copy link
Member

@srikanthccv srikanthccv left a comment

Choose a reason for hiding this comment

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

This still seems buggy to me; why is this replacing the whole filters with either the empty (on an error) or simple key = '' or key != ''. For instance, Add the following to the test named Test aggregate count on fixed column of float64 type and see what should be expected vs generated.

                       Filters:            &v3.FilterSet{Operator: "AND", Items: []v3.FilterItem{{Key: v3.AttributeKey{Key: "customer_id", DataType: v3.AttributeKeyDataTypeString, Type: v3.AttributeKeyTypeTag}, Value: "10001", Operator: "="}}},

@makeavish makeavish requested a review from srikanthccv May 16, 2023 13:53
@makeavish makeavish merged commit ec8e505 into develop May 16, 2023
@palashgdev palashgdev deleted the fix/count-fixed-column branch May 16, 2023 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working request-more-info
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants