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

[Tests] Add unit tests for InternalFilters #24624

Merged
merged 1 commit into from
May 12, 2017

Conversation

cbuescher
Copy link
Member

Relates to #22278

@cbuescher cbuescher added :Analytics/Aggregations Aggregations >test Issues or PRs that are addressing/adding tests review v6.0.0 labels May 11, 2017
Copy link
Member

@javanna javanna left a comment

Choose a reason for hiding this comment

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

LGTM

}

private final List<InternalBucket> buckets;
private final boolean keyed;
private Map<String, InternalBucket> bucketMap;
transient private Map<String, InternalBucket> bucketMap;
Copy link
Member

Choose a reason for hiding this comment

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

I think that the build may complain about order of modifiers. Maybe add a comment on why this field is transient?

@cbuescher cbuescher merged commit f06467b into elastic:master May 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Aggregations Aggregations >test Issues or PRs that are addressing/adding tests v6.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants