-
Notifications
You must be signed in to change notification settings - Fork 141
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
Deprecated legacy settings instead of removing #140
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: penghuo <[email protected]>
Signed-off-by: penghuo <[email protected]>
chloe-zh
approved these changes
Jun 23, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the fix!
Signed-off-by: penghuo <[email protected]>
penghuo
changed the title
Deprecated cursor enabling and fetch size setting
Deprecated legacy settings instead of removing
Jun 24, 2021
dai-chen
approved these changes
Jun 24, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
davidcui1225
added a commit
that referenced
this pull request
Jun 26, 2021
* Support construct AggregationResponseParser during Aggregator build stage (#108) * Support construct AggregationResponseParser during Aggregator build stage * modify the doc Signed-off-by: penghuo <[email protected]> * Impl stddev and variance function in SQL and PPL (#115) * impl variance frontend and backend * Support construct AggregationResponseParser during Aggregator build stage * add var and varp for PPL Signed-off-by: penghuo <[email protected]> * add UT Signed-off-by: penghuo <[email protected]> * fix UT Signed-off-by: penghuo <[email protected]> * fix doc format Signed-off-by: penghuo <[email protected]> * fix doc format Signed-off-by: penghuo <[email protected]> * fix the doc Signed-off-by: penghuo <[email protected]> * add stddev_samp and stddev_pop Signed-off-by: penghuo <[email protected]> * fix UT coverage * address comments Signed-off-by: penghuo <[email protected]> * Fix the aggregation filter missing in named aggregators (#123) * Take the condition expression as property to the named aggregator when wrapping the delegated aggregator Signed-off-by: chloe-zh <[email protected]> * update Signed-off-by: chloe-zh <[email protected]> * Added test case where filtered agg is not pushed down Signed-off-by: chloe-zh <[email protected]> * update Signed-off-by: chloe-zh <[email protected]> * update Signed-off-by: chloe-zh <[email protected]> * Rename gradle tasks in the manner of Opensearch (#133) Signed-off-by: Zhongnan Su <[email protected]> * add testing-library/user-event to pass CI (#141) Signed-off-by: David Cui <[email protected]> * Deprecated legacy settings instead of removing (#140) * Deprecated cursor enabling and fetch size setting Signed-off-by: penghuo <[email protected]> * update doc Signed-off-by: penghuo <[email protected]> * add more deprecated settings Signed-off-by: penghuo <[email protected]> * Add Codecov to SQL (#138) * add codecov to CI workflow Signed-off-by: David Cui <[email protected]> * add codecov token Signed-off-by: David Cui <[email protected]> * Add Docs and link checker workflow (#139) * save progress on doc renaming * update rest of documentation links Signed-off-by: David Cui <[email protected]> * add workbench developer guide and update readme Signed-off-by: David Cui <[email protected]> * Bump glob-parent from 5.1.1 to 5.1.2 in /workbench Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * add testing-library Signed-off-by: David Cui <[email protected]> * rename workbench artifact name to kebab case Signed-off-by: David Cui <[email protected]> * standardize maintainers list based on team roles, fix workbench name in dev guide Signed-off-by: David Cui <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add links to exclude from link checker Signed-off-by: David Cui <[email protected]> * fix localhost exclusion flag Signed-off-by: David Cui <[email protected]> * add all exclusion links, revert localhost exclusion away from regex Signed-off-by: David Cui <[email protected]> * fix family.zzz exclusion, remove stale link from odbc sign_installers Signed-off-by: David Cui <[email protected]> * fix lychee workflow after local testing and replace old sign_installers url Signed-off-by: David Cui <[email protected]> * remove accidental duplicate exclude flag Signed-off-by: David Cui <[email protected]> * remove sign installers as it is out of date Signed-off-by: David Cui <[email protected]> Co-authored-by: Peng Huo <[email protected]> Co-authored-by: Chloe <[email protected]> Co-authored-by: Zhongnan Su <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Yury-Fridlyand
added a commit
that referenced
this pull request
Oct 28, 2022
Add JDBC driver jenkins CI workflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Upgrade Test
Before rolling upgrade, put the deprecated setting.
After the rolling upgrade from ODFE 1.13.2 to OpenSearch 1.0, Then update the deprecated setting. The warning will returned.
Issues Resolved
Resolved, #136
Check List
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.