-
Notifications
You must be signed in to change notification settings - Fork 139
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
Integration with REPL Spark job #2327
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: 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]>
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]>
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]>
Codecov Report
@@ Coverage Diff @@
## main #2327 +/- ##
============================================
- Coverage 96.69% 96.49% -0.20%
- Complexity 4839 4884 +45
============================================
Files 454 458 +4
Lines 13203 13398 +195
Branches 896 909 +13
============================================
+ Hits 12767 12929 +162
- Misses 422 452 +30
- Partials 14 17 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Peng Huo <[email protected]>
penghuo
requested review from
pjfitzgibbons,
ps48,
kavithacm and
derek-ho
as code owners
October 18, 2023 23:07
penghuo
requested review from
mengweieric,
vamsi-amazon,
Swiddis,
seankao-az,
MaxKsyunz,
Yury-Fridlyand,
anirudha,
forestmvey,
acarbonetto and
GumpacG
as code owners
October 18, 2023 23:07
46 tasks
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
dai-chen
previously approved these changes
Oct 20, 2023
Signed-off-by: Peng Huo <[email protected]>
dai-chen
approved these changes
Oct 20, 2023
vamsi-amazon
approved these changes
Oct 20, 2023
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Oct 20, 2023
* add InteractiveSession and SessionManager Signed-off-by: Peng Huo <[email protected]> * add statement Signed-off-by: Peng Huo <[email protected]> * add statement Signed-off-by: Peng Huo <[email protected]> * fix format Signed-off-by: Peng Huo <[email protected]> * snapshot Signed-off-by: Peng Huo <[email protected]> * address comments Signed-off-by: Peng Huo <[email protected]> * update Signed-off-by: Peng Huo <[email protected]> * Update REST and Transport interface Signed-off-by: Peng Huo <[email protected]> * Revert on transport layer Signed-off-by: Peng Huo <[email protected]> * format code Signed-off-by: Peng Huo <[email protected]> * add API doc Signed-off-by: Peng Huo <[email protected]> * modify api Signed-off-by: Peng Huo <[email protected]> * create query_execution_request index on demand Signed-off-by: Peng Huo <[email protected]> * add REPL spark parameters Signed-off-by: Peng Huo <[email protected]> * Add IT Signed-off-by: Peng Huo <[email protected]> * format code Signed-off-by: Peng Huo <[email protected]> * bind request index to datasource Signed-off-by: Peng Huo <[email protected]> * fix bug when fetch query result Signed-off-by: Peng Huo <[email protected]> * revert entrypoint class Signed-off-by: Peng Huo <[email protected]> * update mapping Signed-off-by: Peng Huo <[email protected]> --------- Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 7b4156e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Oct 20, 2023
* add InteractiveSession and SessionManager Signed-off-by: Peng Huo <[email protected]> * add statement Signed-off-by: Peng Huo <[email protected]> * add statement Signed-off-by: Peng Huo <[email protected]> * fix format Signed-off-by: Peng Huo <[email protected]> * snapshot Signed-off-by: Peng Huo <[email protected]> * address comments Signed-off-by: Peng Huo <[email protected]> * update Signed-off-by: Peng Huo <[email protected]> * Update REST and Transport interface Signed-off-by: Peng Huo <[email protected]> * Revert on transport layer Signed-off-by: Peng Huo <[email protected]> * format code Signed-off-by: Peng Huo <[email protected]> * add API doc Signed-off-by: Peng Huo <[email protected]> * modify api Signed-off-by: Peng Huo <[email protected]> * create query_execution_request index on demand Signed-off-by: Peng Huo <[email protected]> * add REPL spark parameters Signed-off-by: Peng Huo <[email protected]> * Add IT Signed-off-by: Peng Huo <[email protected]> * format code Signed-off-by: Peng Huo <[email protected]> * bind request index to datasource Signed-off-by: Peng Huo <[email protected]> * fix bug when fetch query result Signed-off-by: Peng Huo <[email protected]> * revert entrypoint class Signed-off-by: Peng Huo <[email protected]> * update mapping Signed-off-by: Peng Huo <[email protected]> --------- Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 7b4156e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
penghuo
pushed a commit
that referenced
this pull request
Oct 20, 2023
* add InteractiveSession and SessionManager * add statement * add statement * fix format * snapshot * address comments * update * Update REST and Transport interface * Revert on transport layer * format code * add API doc * modify api * create query_execution_request index on demand * add REPL spark parameters * Add IT * format code * bind request index to datasource * fix bug when fetch query result * revert entrypoint class * update mapping --------- (cherry picked from commit 7b4156e) Signed-off-by: Peng Huo <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
penghuo
pushed a commit
that referenced
this pull request
Oct 21, 2023
* add InteractiveSession and SessionManager * add statement * add statement * fix format * snapshot * address comments * update * Update REST and Transport interface * Revert on transport layer * format code * add API doc * modify api * create query_execution_request index on demand * add REPL spark parameters * Add IT * format code * bind request index to datasource * fix bug when fetch query result * revert entrypoint class * update mapping --------- (cherry picked from commit 7b4156e) Signed-off-by: Peng Huo <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
mengweieric
added a commit
to mengweieric/sql
that referenced
this pull request
Nov 8, 2023
…ensearch-project#2338)" This reverts commit 58a5ae5. Signed-off-by: Eric <[email protected]>
mengweieric
added a commit
to mengweieric/sql
that referenced
this pull request
Nov 8, 2023
…ensearch-project#2338)" This reverts commit 58a5ae5. Signed-off-by: Eric <[email protected]>
vamsi-amazon
added a commit
to mengweieric/sql
that referenced
this pull request
Nov 13, 2023
vamsi-amazon
added a commit
that referenced
this pull request
Nov 13, 2023
* Revert "Add more metrics and handle emr exception message (#2422) (#2426)" This reverts commit b57f7cc. * Revert "Block settings in sql query settings API and add more unit tests (#2407) (#2412)" This reverts commit 3024737. * Revert "Added session, statement, emrjob metrics to sql stats api (#2398) (#2400)" This reverts commit 6e17ae6. * Revert "Redefine Drop Index as logical delete (#2386) (#2397)" This reverts commit e939bb6. * Revert "add concurrent limit on datasource and sessions (#2390) (#2395)" This reverts commit deb3ccf. * Revert "Add Flint Index Purging Logic (#2372) (#2389)" This reverts commit dd48b9b. * Revert "Refactoring for tags usage in test files and also added explicit denly list setting. (#2383) (#2385)" This reverts commit 37e010f. * Revert "Enable session by default (#2373) (#2375)" This reverts commit 7d95e4c. * Revert "Create new session if client provided session is invalid (#2368) (#2371)" This reverts commit 5ab7858. * Revert "Add where clause support in create statement (#2366) (#2370)" This reverts commit b620a56. * Revert "create new session if current session not ready (#2363) (#2365)" This reverts commit 5d07281. * Revert "Handle Describe,Refresh and Show Queries Properly (#2357) (#2362)" This reverts commit 16e2f30. * Revert "Add Session limitation (#2354) (#2359)" This reverts commit 0f334f8. * Revert "Bug Fix, support cancel query in running state (#2351) (#2353)" This reverts commit 9a40591. * Revert "Fix bug, using basic instead of basicauth (#2342) (#2355)" This reverts commit e4827a5. * Revert "Add missing tags and MV support (#2336) (#2346)" This reverts commit 8791bb0. * Revert "[Backport 2.x] deprecated job-metadata-index (#2340) (#2343)" This reverts commit bea432c. * Revert "Integration with REPL Spark job (#2327) (#2338)" This reverts commit 58a5ae5. * Revert "Implement patch API for datasources (#2273) (#2329)" This reverts commit 4c151fe. * Revert "Add sessionId parameters for create async query API (#2312) (#2324)" This reverts commit 3d1a376. * Revert "Add Statement (#2294) (#2318) (#2319)" This reverts commit b3c2e94. * Revert "Upgrade json (#2307) (#2314)" This reverts commit 6c65bb4. * Revert "Minor Refactoring (#2308) (#2317)" This reverts commit 051cc4f. * Revert "add InteractiveSession and SessionManager (#2290) (#2293) (#2315)" This reverts commit 6ac197b. --------- Co-authored-by: Vamsi Manohar <[email protected]>
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
Major changes
Issues Resolved
#2089
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.