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

[Manual Backport #1943] Fixing string format change #1943 #1946

Merged

Conversation

MitchellGale
Copy link
Contributor

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.

* Fixing strings change from main OS repo.

Signed-off-by: Mitchell Gale <[email protected]>

* Fixing issues.

Signed-off-by: Mitchell Gale <[email protected]>

* Fixing changed syntax to toStirng.

Signed-off-by: Mitchell Gale <[email protected]>

* Fixing changed syntax to toStirng.

Signed-off-by: Mitchell Gale <[email protected]>

* add tosttring fix to RestSQLQueryActionCursorFallbackTest

Signed-off-by: Mitchell Gale <[email protected]>

* added unused function

Signed-off-by: Mitchell Gale <[email protected]>

---------

Signed-off-by: Mitchell Gale <[email protected]>
@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Merging #1946 (40060e4) into 2.x (5c91071) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##                2.x    #1946   +/-   ##
=========================================
  Coverage     97.42%   97.42%           
  Complexity     4648     4648           
=========================================
  Files           408      408           
  Lines         11528    11528           
  Branches        839      839           
=========================================
  Hits          11231    11231           
  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.

@Yury-Fridlyand Yury-Fridlyand merged commit b57c50f into opensearch-project:2.x Aug 9, 2023
15 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the backport-1943-to-2.x branch August 9, 2023 21:03
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