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

Fixing string format change #334

Merged
merged 6 commits into from
Aug 8, 2023

Conversation

MitchellGale
Copy link

Description

Fix changes in regards to this PR opensearch-project/OpenSearch#9127 with breaking changes.

Changes imports to include new path inside core. Update calls to toString.

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: Mitchell Gale <Mitchell.Gale@improving.com>
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Merging #334 (62d3522) into integ/StringFormat_fix (d144706) will not change coverage.
The diff coverage is n/a.

❗ Current head 62d3522 differs from pull request most recent head 8c8afea. Consider uploading reports for the commit 8c8afea to get more accurate results

@@                    Coverage Diff                    @@
##             integ/StringFormat_fix     #334   +/-   ##
=========================================================
  Coverage                     97.42%   97.42%           
  Complexity                     4647     4647           
=========================================================
  Files                           408      408           
  Lines                         11526    11526           
  Branches                        839      839           
=========================================================
  Hits                          11229    11229           
  Misses                          290      290           
  Partials                          7        7           
Flag Coverage Δ
sql-engine 97.42% <ø> (ø)

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

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

Comment on lines 301 to 304
private String query(String sql) {
return explain(sql);
}

Choose a reason for hiding this comment

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

Why is this being removed?

Choose a reason for hiding this comment

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

Keep it even if it unused

Copy link
Author

Choose a reason for hiding this comment

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

replaced.

Comment on lines 301 to 304
private String query(String sql) {
return explain(sql);
}

Choose a reason for hiding this comment

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

Keep it even if it unused

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
@MitchellGale MitchellGale merged commit 4f7547c into integ/StringFormat_fix Aug 8, 2023
11 of 17 checks passed
@MitchellGale MitchellGale deleted the dev/StringFormat_fix branch August 8, 2023 21:44
MitchellGale added a commit that referenced this pull request Aug 8, 2023
* Fixing strings change from main OS repo.

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>

* Fixing issues.

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>

* Fixing changed syntax to toStirng.

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>

* Fixing changed syntax to toStirng.

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>

* add tosttring fix to RestSQLQueryActionCursorFallbackTest

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>

* added unused function

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>

---------

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
matthewryanwells pushed a commit that referenced this pull request Aug 9, 2023
* Fixing strings change from main OS repo.



* Fixing issues.



* Fixing changed syntax to toStirng.



* Fixing changed syntax to toStirng.



* add tosttring fix to RestSQLQueryActionCursorFallbackTest



* added unused function



---------

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
MitchellGale added a commit that referenced this pull request Aug 9, 2023
* Fixing strings change from main OS repo.

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>

* Fixing issues.

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>

* Fixing changed syntax to toStirng.

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>

* Fixing changed syntax to toStirng.

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>

* add tosttring fix to RestSQLQueryActionCursorFallbackTest

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>

* added unused function

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>

---------

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
Yury-Fridlyand pushed a commit that referenced this pull request Aug 11, 2023
* Fixing strings change from main OS repo.



* Fixing issues.



* Fixing changed syntax to toStirng.



* Fixing changed syntax to toStirng.



* add tosttring fix to RestSQLQueryActionCursorFallbackTest



* added unused function



---------

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
MitchellGale added a commit that referenced this pull request Aug 14, 2023
* Fixing strings change from main OS repo.

* Fixing issues.

* Fixing changed syntax to toStirng.

* Fixing changed syntax to toStirng.

* add tosttring fix to RestSQLQueryActionCursorFallbackTest

* added unused function

---------

Signed-off-by: Mitchell Gale <Mitchell.Gale@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.

4 participants