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 EqualsAndHashCode Annotation Warning Messages #847

Merged
merged 2 commits into from
Sep 20, 2022

Conversation

GabeFernandez310
Copy link
Contributor

Description

Fix warning messages in GitHub actions associated with EqualsAndHashCode annotations.

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

GabeFernandez310 and others added 2 commits September 19, 2022 12:34
Signed-off-by: GabeFernandez310 <gabrielf@bitquilltech.com>
Fix EqualsAndHashCode Annotation Warning Messages
@GabeFernandez310 GabeFernandez310 requested a review from a team as a code owner September 19, 2022 22:54
@codecov-commenter
Copy link

codecov-commenter commented Sep 19, 2022

Codecov Report

Merging #847 (ad35233) into 2.x (929ebfe) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##                2.x     #847   +/-   ##
=========================================
  Coverage     94.83%   94.83%           
  Complexity     2916     2916           
=========================================
  Files           291      291           
  Lines          7795     7795           
  Branches        567      567           
=========================================
  Hits           7392     7392           
  Misses          349      349           
  Partials         54       54           
Flag Coverage Δ
query-workbench 62.76% <ø> (ø)
sql-engine 97.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...arch/sql/planner/physical/AggregationOperator.java 100.00% <ø> (ø)
...pensearch/sql/planner/physical/DedupeOperator.java 100.00% <ø> (ø)
...pensearch/sql/planner/physical/FilterOperator.java 100.00% <ø> (ø)
...opensearch/sql/planner/physical/LimitOperator.java 100.00% <ø> (ø)
...ensearch/sql/planner/physical/ProjectOperator.java 100.00% <ø> (ø)
...nsearch/sql/planner/physical/RareTopNOperator.java 100.00% <ø> (ø)
...pensearch/sql/planner/physical/RemoveOperator.java 100.00% <ø> (ø)
...pensearch/sql/planner/physical/RenameOperator.java 100.00% <ø> (ø)
.../opensearch/sql/planner/physical/SortOperator.java 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@MaxKsyunz MaxKsyunz merged commit fa8d5bd into opensearch-project:2.x Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants