sql icon indicating copy to clipboard operation
sql copied to clipboard

Make Statemodels free of XContent

Open vamsi-amazon opened this issue 10 months ago • 0 comments

Description

Meta Issue: https://github.com/opensearch-project/sql/issues/2623 As part of moving all the non-opensearch classes to a separate async-query-core module. We are removing the dependency of opensearch on state models by moving all the XContent serialization and deserialization functionality to separate classes and made state models simple POJOs.

Issues Resolved

[List any issues this PR will resolve]

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.

vamsi-amazon avatar Apr 17 '24 00:04 vamsi-amazon