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

Address MinAndMax generics warnings #52642

Merged
merged 6 commits into from
Mar 3, 2020

Commits on Feb 21, 2020

  1. Address MinAndMax generics warnings

    The MinAndMax encapsulates min and max values for a shard. It uses generics to make sure that the values are of the same type and are also comparable. Though there are warnings whenever this class is currently used, which are addressed with this commit.
    
    Relates to elastic#49092
    javanna committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    409f760 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. iter

    javanna committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    38c03ed View commit details
    Browse the repository at this point in the history
  2. fix compile

    javanna committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    7ab696b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. iter

    javanna committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    4a3123c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a66855 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d6261b View commit details
    Browse the repository at this point in the history