Skip to content

Merge main to 2.x #830

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

Merged
merged 20 commits into from
Sep 14, 2022
Merged

Merge main to 2.x #830

merged 20 commits into from
Sep 14, 2022

Conversation

penghuo
Copy link
Collaborator

@penghuo penghuo commented Sep 14, 2022

Description

Merge main to 2.x
Related to opensearch-project/opensearch-plugins#142

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.

dai-chen and others added 20 commits August 17, 2022 16:14
* Bump checkstyle version and fix violations

Signed-off-by: Chen Dai <[email protected]>

* Fix checkstyle violations in test code

Signed-off-by: Chen Dai <[email protected]>

Signed-off-by: Chen Dai <[email protected]>
* Change master timeout to new API

Signed-off-by: Chen Dai <[email protected]>

* Change param name to cluster_manager_timeout

Signed-off-by: Chen Dai <[email protected]>

Signed-off-by: Chen Dai <[email protected]>
- Update QueryStringTest to check for SyntaxCheckException.
SyntaxCheckException is correct when incorrect # of parameters
See opensearch-project#604 (comment)
for reference.

- Introduce MultiFieldQuery and SingleFieldQuery base classes.

- Extract FunctionResolver interface. FunctionResolver is now
 DefaultFunctionResolver. RelevanceFunctionResolver is a simplified
 function resolver for relevance search functions.
- Removed tests from FilterQueryBuilderTest that verified exceptions
 thrown for invalid function calls.
 These scenarios are now handled by RelevanceQuery::build.

Signed-off-by: MaxKsyunz <[email protected]>

Signed-off-by: MaxKsyunz <[email protected]>
* Bump version to 2.3.0
* Keep JDBC version at 1.1.0.1

Signed-off-by: penghuo <[email protected]>
* Fix compile issue, add geo module as dependency

Signed-off-by: penghuo <[email protected]>
…links-SQL

Add Forum link in SQL plugin README.md
Signed-off-by: vamsi-amazon <[email protected]>

Signed-off-by: vamsi-amazon <[email protected]>
@penghuo penghuo requested a review from a team as a code owner September 14, 2022 18:15
@penghuo penghuo merged commit 7bb52a8 into opensearch-project:2.x Sep 14, 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.

6 participants