-
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
[1.x] Backport commits from main #212
Merged
davidcui1225
merged 23 commits into
opensearch-project:1.x
from
davidcui1225:backport-to-1.x
Sep 20, 2021
Merged
[1.x] Backport commits from main #212
davidcui1225
merged 23 commits into
opensearch-project:1.x
from
davidcui1225:backport-to-1.x
Sep 20, 2021
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: Peter Zhu <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
…pensearch-project#146) * Bump OpenSearch version from rc1 to 1.0.0 Signed-off-by: Chen Dai <[email protected]> * Rename JDBC artifact by removing -rc1 Signed-off-by: Chen Dai <[email protected]> * Remove rc1 qualifier in build workflow Signed-off-by: Chen Dai <[email protected]> * Remove rc1 from build tools version Signed-off-by: Chen Dai <[email protected]> * Fix IT failure Signed-off-by: Chen Dai <[email protected]> * Rollback build tools to rc1 due to known issue Signed-off-by: Chen Dai <[email protected]> * Bump CLI version Signed-off-by: Chen Dai <[email protected]> * Bump query workbench version Signed-off-by: Chen Dai <[email protected]> * Build against 1.0.0 Signed-off-by: Chen Dai <[email protected]> * Update release notes drafter Signed-off-by: Chen Dai <[email protected]> * Update nodejs to 10.24.1 Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
* Add release notes Signed-off-by: Chen Dai <[email protected]> * Change release date Signed-off-by: Chen Dai <[email protected]> * Add bug fixes section Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
…nsearch-integtest-demo Add Integtest.sh for OpenSearch integtest setups (workbench)
…roject#166) * Support implicit type conversion for bool and string Signed-off-by: Chen Dai <[email protected]> * Fix lucene query pushdown issue Signed-off-by: Chen Dai <[email protected]> * Refactor lucene query methods Signed-off-by: Chen Dai <[email protected]> * Refactor builtin repo methods Signed-off-by: Chen Dai <[email protected]> * Add comparison test Signed-off-by: Chen Dai <[email protected]> * Fix comparison test Signed-off-by: Chen Dai <[email protected]> * Add doc test for user manual Signed-off-by: Chen Dai <[email protected]> * Fix doc test Signed-off-by: Chen Dai <[email protected]> * Fix design doc link Signed-off-by: Chen Dai <[email protected]> * Fix RST render issue Signed-off-by: Chen Dai <[email protected]> * Fix cast function pushdown issue Signed-off-by: Chen Dai <[email protected]> * Improve javadoc for PR Signed-off-by: Chen Dai <[email protected]> * Upload design doc Signed-off-by: Chen Dai <[email protected]> * Add more user manual Signed-off-by: Chen Dai <[email protected]> * Add more user manual Signed-off-by: Chen Dai <[email protected]> * Fix doctest Signed-off-by: Chen Dai <[email protected]>
* Support construct AggregationResponseParser during Aggregator build stage (opensearch-project#108) * Support construct AggregationResponseParser during Aggregator build stage * modify the doc Signed-off-by: penghuo <[email protected]> * support distinct count aggregation Signed-off-by: chloe-zh <[email protected]> * fixed tests Signed-off-by: chloe-zh <[email protected]> * Merge remote-tracking branch 'upstream/develop' into issue/opensearch-project#100 Signed-off-by: chloe-zh <[email protected]> # Conflicts: # opensearch/src/main/java/org/opensearch/sql/opensearch/storage/script/aggregation/dsl/MetricAggregationBuilder.java * update Signed-off-by: chloe-zh <[email protected]> * updated user doc Signed-off-by: chloe-zh <[email protected]> * Update: support only count for distinct aggregations Signed-off-by: chloe-zh <[email protected]> * Update doc; removed distinct start Signed-off-by: chloe-zh <[email protected]> * Removed unnecessary methods Signed-off-by: chloe-zh <[email protected]> * update Signed-off-by: chloe-zh <[email protected]> * Impl stddev and variance function in SQL and PPL (opensearch-project#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 (opensearch-project#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]> * update Signed-off-by: chloe-zh <[email protected]> * modified comparison test Signed-off-by: chloe-zh <[email protected]> * removed a comparison test and added it to aggregationIT Signed-off-by: chloe-zh <[email protected]> * added ppl IT test cases; added window function test cases Signed-off-by: chloe-zh <[email protected]> * moved distinct window function test cases to WindowsIT Signed-off-by: chloe-zh <[email protected]> * added ut Signed-off-by: chloe-zh <[email protected]> * update Signed-off-by: chloe-zh <[email protected]> * update Signed-off-by: chloe-zh <[email protected]> * addressed comments Signed-off-by: chloe-zh <[email protected]> * added test cases to meet the coverage requirement Signed-off-by: chloe-zh <[email protected]> * added test cases for distinct count map and array types Signed-off-by: chloe-zh <[email protected]> Co-authored-by: Peng Huo <[email protected]>
…project#171) * Support implicit cast from string to temporal types Signed-off-by: Chen Dai <[email protected]> * Add comparison test Signed-off-by: Chen Dai <[email protected]> * Add doctest Signed-off-by: Chen Dai <[email protected]> * Fix doctest Signed-off-by: Chen Dai <[email protected]> * Add more user manual Signed-off-by: Chen Dai <[email protected]> * Add more user manual Signed-off-by: Chen Dai <[email protected]> * Fix doctest Signed-off-by: Chen Dai <[email protected]> * Update user manual Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: dblock <[email protected]>
Use externally-defined OpenSearch version when specified.
…#181) Signed-off-by: dblock <[email protected]>
…#178) Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Joshua Li <[email protected]>
…t#202) * bump workbench versions to 1.1 Signed-off-by: David Cui <[email protected]> * bump version to 1.1.0.0 for 1.1 release Signed-off-by: David Cui <[email protected]> * add release notes for 1.1 Signed-off-by: David Cui <[email protected]> * bump odbc files to 1.1.0.0 Signed-off-by: David Cui <[email protected]>
* Downscope request to local method Signed-off-by: Chen Dai <[email protected]> * Fix checkstyle Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: dblock <[email protected]>
chloe-zh
approved these changes
Sep 20, 2021
joshuali925
approved these changes
Sep 20, 2021
vmmusings
added a commit
to vmmusings/sql
that referenced
this pull request
Mar 8, 2022
This reverts commit 3762023.
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
Backport latest commits from main branch to 1.x
Issues Resolved
[List any issues this PR will resolve]
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.