Skip to content

Added SINH function to V2 engine#242

Merged
matthewryanwells merged 6 commits intointeg-sinhfrom
dev-sinh
Mar 13, 2023
Merged

Added SINH function to V2 engine#242
matthewryanwells merged 6 commits intointeg-sinhfrom
dev-sinh

Conversation

@matthewryanwells
Copy link
Copy Markdown

@matthewryanwells matthewryanwells commented Mar 9, 2023

Description

Added math function SINH to V2 engine, updated documentation, and added unit/IT tests

Issues Resolved

opensearch-project#1190

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.

Signed-off-by: Matthew Wells <matthew.wells@improving.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 9, 2023

Codecov Report

Merging #242 (8488ef0) into integ-sinh (bcfda37) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@              Coverage Diff              @@
##             integ-sinh     #242   +/-   ##
=============================================
  Coverage         98.38%   98.38%           
- Complexity         3695     3698    +3     
=============================================
  Files               343      343           
  Lines              9113     9118    +5     
  Branches            582      582           
=============================================
+ Hits               8966     8971    +5     
  Misses              142      142           
  Partials              5        5           
Flag Coverage Δ
sql-engine 98.38% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
...c/main/java/org/opensearch/sql/expression/DSL.java 100.00% <100.00%> (ø)
...h/sql/expression/function/BuiltinFunctionName.java 100.00% <100.00%> (ø)
...ssion/operator/arthmetic/MathematicalFunction.java 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

…rigometric section

Signed-off-by: Matthew Wells <matthew.wells@improving.com>
@matthewryanwells matthewryanwells changed the title Updated SINH function to V2 engine Added SINH function to V2 engine Mar 9, 2023
Copy link
Copy Markdown

@GabeFernandez310 GabeFernandez310 left a comment

Choose a reason for hiding this comment

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

Looks fine except for 1 failure in a doctest I think?

Signed-off-by: Matthew Wells <matthew.wells@improving.com>
@matthewryanwells matthewryanwells merged commit 1f76056 into integ-sinh Mar 13, 2023
@matthewryanwells matthewryanwells deleted the dev-sinh branch March 13, 2023 22:07
matthewryanwells added a commit that referenced this pull request Mar 15, 2023
* Updated SINH function to V2 engine, added documentation, unit/IT tests

Signed-off-by: Matthew Wells <matthew.wells@improving.com>
GabeFernandez310 pushed a commit that referenced this pull request Mar 16, 2023
…ensearch-project#1437)

* Updated SINH function to V2 engine, added documentation, unit/IT tests

Signed-off-by: Matthew Wells <matthew.wells@improving.com>
(cherry picked from commit c9f96fb)

Co-authored-by: Matthew Wells <matthew.wells@improving.com>
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.

5 participants