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

MINOR: Remove Deadcode in aggregtions.support #34323

Conversation

original-brownbear
Copy link
Member

  • Removed methods are just unused (the exceptions being isGeoPoint() and is
    isFloatingPoint() but those could more efficiently be replaced by enum comparisons to streamline the code for the type checks)
  • Removed exceptions aren't thrown

* Removed methods are just unused (the exceptions being isGeoPoint() and is
isFloatingPoint() but those could more efficiently be replaced by enum comparisons to simplify the code)
* Remove exceptions aren't thrown
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search-aggs

Copy link
Member

@cbuescher cbuescher left a comment

Choose a reason for hiding this comment

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

LGTM

@original-brownbear
Copy link
Member Author

@cbuescher thanks!

@original-brownbear original-brownbear merged commit 64a0442 into elastic:master Oct 26, 2018
@original-brownbear original-brownbear deleted the remove-deadcode-aggregation-support branch October 26, 2018 18:58
kcm pushed a commit that referenced this pull request Oct 30, 2018
* Removed methods are just unused (the exceptions being isGeoPoint() and is
isFloatingPoint() but those could more efficiently be replaced by enum comparisons to simplify the code)
* Remove exceptions aren't thrown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants