Skip to content

MINOR: Remove Deadcode in aggregtions.support#34323

Merged
original-brownbear merged 3 commits intoelastic:masterfrom
original-brownbear:remove-deadcode-aggregation-support
Oct 26, 2018
Merged

MINOR: Remove Deadcode in aggregtions.support#34323
original-brownbear merged 3 commits intoelastic:masterfrom
original-brownbear:remove-deadcode-aggregation-support

Conversation

@original-brownbear
Copy link
Copy Markdown
Contributor

  • 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
Copy Markdown
Collaborator

Pinging @elastic/es-search-aggs

Copy link
Copy Markdown
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
Copy Markdown
Contributor 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