-
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
Merge feature/maximus-m1 to 2.x #1078
Conversation
…ject#822) Signed-off-by: penghuo <[email protected]> Signed-off-by: penghuo <[email protected]>
* Add create index function in opensearch node client Signed-off-by: Chen Dai <[email protected]> * Add create index function in opensearch rest client Signed-off-by: Chen Dai <[email protected]> * Add create index function in OpenSearchIndex table Signed-off-by: Chen Dai <[email protected]> * Separate index exist API from create index function Signed-off-by: Chen Dai <[email protected]> * Separate table exist API from create table function Signed-off-by: Chen Dai <[email protected]> * Add UT and Todo comment for OpenSearch system index Signed-off-by: Chen Dai <[email protected]> * Fix broken UT in core due to new API in Table interface Signed-off-by: Chen Dai <[email protected]> * Add more UT and javadoc for OpenSearch data type mapping Signed-off-by: Chen Dai <[email protected]> * Rename isExist to exists which looks more readable Signed-off-by: Chen Dai <[email protected]> Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
* Add window and tumbling window assigner Signed-off-by: Chen Dai <[email protected]> * Add sliding window assigner Signed-off-by: Chen Dai <[email protected]> * Address PR comments Signed-off-by: Chen Dai <[email protected]> Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
…imus-m1/merge Merge 2.x to feature/maximus-m1 branch
…earch-project#974) Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
* Add watermark generator Signed-off-by: Chen Dai <[email protected]> * Update Javadoc and UT for readability Signed-off-by: Chen Dai <[email protected]> Signed-off-by: Chen Dai <[email protected]>
* Add stream context and window trigger Signed-off-by: Chen Dai <[email protected]> * Update Javadoc with more details Signed-off-by: Chen Dai <[email protected]> Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
…ter-release Merge 2.x to Maximus feature branch
…urce Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
* Make span collector not special Signed-off-by: Chen Dai <[email protected]> * Add more UT for span Signed-off-by: Chen Dai <[email protected]> * Prepare for removing span collector Signed-off-by: Chen Dai <[email protected]> * Delete span collector Signed-off-by: Chen Dai <[email protected]> * Delete unused allocate and locate code in Rounding class Signed-off-by: Chen Dai <[email protected]> * Fix broken UT Signed-off-by: Chen Dai <[email protected]> * Update javadoc Signed-off-by: Chen Dai <[email protected]> * Fix broken UT after merge Signed-off-by: Chen Dai <[email protected]> Signed-off-by: Chen Dai <[email protected]>
* Add Streaming Source Impl Signed-off-by: Peng Huo <[email protected]> * update build.gradle Signed-off-by: Peng Huo <[email protected]> * change to hadoop-fs Signed-off-by: Peng Huo <[email protected]> * exclude FileSystemStreamSource from jacoco Signed-off-by: Peng Huo <[email protected]> * exclude unnecessary depedency Signed-off-by: Peng Huo <[email protected]> * Update integ-test depedency Signed-off-by: Peng Huo <[email protected]> * change from splits to split in batch Signed-off-by: Peng Huo <[email protected]> Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
* Fix `FLOAT` -> `DOUBLE` cast. (opensearch-project#1025) Signed-off-by: Yury-Fridlyand <[email protected]> * Fix error messaging from prometheus. (opensearch-project#1029) (opensearch-project#1037) Signed-off-by: vamsi-amazon <[email protected]> (cherry picked from commit 4a9cef3) Co-authored-by: vamsi-amazon <[email protected]> * Add `query` function as alternate syntax to `query_string` function (opensearch-project#1010) This maintains backwards compatibility with the v1 engine. * Update DATE and TIME functions to parse string input as datetime (opensearch-project#991) Add option to accept datetime like string in both TIME and DATE (eg. accept "1999-01-02 12:12:12" for both TIME and DATE. Strict check on date for testing for valid dates (eg. Don't accept Feb 30th as a valid date) and throws a SemanticCheckException. Co-authored-by: Yury-Fridlyand <[email protected]> Signed-off-by: MitchellGale-BitQuill <[email protected]> * back quote fix (opensearch-project#1041) (opensearch-project#1050) Signed-off-by: vamsi-amazon <[email protected]> (cherry picked from commit d3bb902) Co-authored-by: vamsi-amazon <[email protected]> * Catalog to Datasource changes (opensearch-project#1027) (opensearch-project#1049) Signed-off-by: vamsi-amazon <[email protected]> (cherry picked from commit 3e30379) * Bump jackson to 2.14.0 (opensearch-project#1058) Signed-off-by: Joshua Li <[email protected]> (cherry picked from commit 5a1adb2) * Add valueOf() to Expression (opensearch-project#1055) Signed-off-by: Joshua Li <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: MitchellGale-BitQuill <[email protected]> Signed-off-by: Joshua Li <[email protected]> Signed-off-by: Chen Dai <[email protected]> Co-authored-by: Yury-Fridlyand <[email protected]> Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Co-authored-by: vamsi-amazon <[email protected]> Co-authored-by: GabeFernandez310 <[email protected]> Co-authored-by: MitchellGale-BitQuill <[email protected]> Co-authored-by: Joshua Li <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
…ximus/microbatchtask Add micro batch streaming execution
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #1078 +/- ##
============================================
- Coverage 98.27% 95.74% -2.53%
- Complexity 3351 3435 +84
============================================
Files 327 354 +27
Lines 8457 9218 +761
Branches 553 663 +110
============================================
+ Hits 8311 8826 +515
- Misses 142 334 +192
- Partials 4 58 +54
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Peng Huo <[email protected]>
809a963
to
7f107a4
Compare
* @return {@link QueryId}. | ||
*/ | ||
public static QueryId queryId() { | ||
return new QueryId(RandomStringUtils.random(10, true, true)); |
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.
May be a good idea to call this randomQueryId
or randomId
or similar.
Like UUID does: https://docs.oracle.com/javase/7/docs/api/java/util/UUID.html#randomUUID()
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.
queryid is associate with each query. user could cancel the query with queryid. are you suggesting randomId as var name?
Description
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.