-
Notifications
You must be signed in to change notification settings - Fork 31
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
fixed create table async query bug #158
Merged
Swiddis
merged 7 commits into
opensearch-project:main
from
paulstn:async_create_table_bug_fix
Oct 18, 2023
Merged
fixed create table async query bug #158
Swiddis
merged 7 commits into
opensearch-project:main
from
paulstn:async_create_table_bug_fix
Oct 18, 2023
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
paulstn
requested review from
pjfitzgibbons,
ps48,
kavithacm,
derek-ho,
joshuali925,
dai-chen,
YANG-DB,
rupal-bq,
mengweieric,
vmmusings,
Swiddis,
penghuo,
seankao-az,
MaxKsyunz,
Yury-Fridlyand and
anirudha
as code owners
October 17, 2023 17:03
Codecov Report
@@ Coverage Diff @@
## main #158 +/- ##
==========================================
+ Coverage 54.51% 54.65% +0.14%
==========================================
Files 33 33
Lines 1385 1396 +11
Branches 220 224 +4
==========================================
+ Hits 755 763 +8
- Misses 546 548 +2
- Partials 84 85 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Swiddis
approved these changes
Oct 18, 2023
ps48
reviewed
Oct 18, 2023
…c query Signed-off-by: Paul Sebastian <paulstn@amazon.com>
… regardless Signed-off-by: Paul Sebastian <paulstn@amazon.com>
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
paulstn
force-pushed
the
async_create_table_bug_fix
branch
from
October 18, 2023 21:37
cb7ba40
to
102e158
Compare
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
ps48
approved these changes
Oct 18, 2023
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Oct 18, 2023
* avoid displaying results if no scheme is returned on success for async query Signed-off-by: Paul Sebastian <paulstn@amazon.com> * if there is no schema, will handle case by displaying success/failure regardless Signed-off-by: Paul Sebastian <paulstn@amazon.com> * success callout when no schema returned Signed-off-by: Paul Sebastian <paulstn@amazon.com> * added failure page to async Signed-off-by: Paul Sebastian <paulstn@amazon.com> * fixed some test errors and added snapshots Signed-off-by: Paul Sebastian <paulstn@amazon.com> * update to failure portion Signed-off-by: Paul Sebastian <paulstn@amazon.com> * included tests of loading and failure states Signed-off-by: Paul Sebastian <paulstn@amazon.com> --------- Signed-off-by: Paul Sebastian <paulstn@amazon.com> (cherry picked from commit 55d6352) 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 18, 2023
* avoid displaying results if no scheme is returned on success for async query Signed-off-by: Paul Sebastian <paulstn@amazon.com> * if there is no schema, will handle case by displaying success/failure regardless Signed-off-by: Paul Sebastian <paulstn@amazon.com> * success callout when no schema returned Signed-off-by: Paul Sebastian <paulstn@amazon.com> * added failure page to async Signed-off-by: Paul Sebastian <paulstn@amazon.com> * fixed some test errors and added snapshots Signed-off-by: Paul Sebastian <paulstn@amazon.com> * update to failure portion Signed-off-by: Paul Sebastian <paulstn@amazon.com> * included tests of loading and failure states Signed-off-by: Paul Sebastian <paulstn@amazon.com> --------- Signed-off-by: Paul Sebastian <paulstn@amazon.com> (cherry picked from commit 55d6352) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ps48
pushed a commit
that referenced
this pull request
Oct 18, 2023
* avoid displaying results if no scheme is returned on success for async query * if there is no schema, will handle case by displaying success/failure regardless * success callout when no schema returned * added failure page to async * fixed some test errors and added snapshots * update to failure portion * included tests of loading and failure states --------- (cherry picked from commit 55d6352) Signed-off-by: Paul Sebastian <paulstn@amazon.com> 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>
ps48
pushed a commit
that referenced
this pull request
Oct 19, 2023
* avoid displaying results if no scheme is returned on success for async query * if there is no schema, will handle case by displaying success/failure regardless * success callout when no schema returned * added failure page to async * fixed some test errors and added snapshots * update to failure portion * included tests of loading and failure states --------- (cherry picked from commit 55d6352) Signed-off-by: Paul Sebastian <paulstn@amazon.com> 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/dashboards-query-workbench
that referenced
this pull request
Nov 8, 2023
mengweieric
added a commit
to mengweieric/dashboards-query-workbench
that referenced
this pull request
Nov 8, 2023
…pensearch-project#163)" This reverts commit 1964008. Signed-off-by: Eric <menwe@amazon.com>
mengweieric
added a commit
that referenced
this pull request
Nov 13, 2023
* Revert "Fix error handling for user w/o proper permissions (#195) (#197)" This reverts commit 26ed0dc. Signed-off-by: Eric <menwe@amazon.com> * Revert "Increment version to 2.11.1.0 (#186)" This reverts commit b18f5f4. Signed-off-by: Eric <menwe@amazon.com> * Revert "added fix for loading spinner issue for other database (#189) (#192)" This reverts commit 94805c5. Signed-off-by: Eric <menwe@amazon.com> * Revert "UI-bug fixes, added create query for MV (#182) (#188)" This reverts commit 4187b6d. Signed-off-by: Eric <menwe@amazon.com> * Revert "Add backticks and remove ckpt for manual refresh in acceleration flyout (#183) (#185)" This reverts commit f96c5d9. Signed-off-by: Eric <menwe@amazon.com> * Revert "Session update, minor fixes for acceleration flyout (#179) (#181)" This reverts commit 257fb53. Signed-off-by: Eric <menwe@amazon.com> * Revert "UI fixes for loading state, empty tree, added toast for error, fixed no indicies error (#176) (#178)" This reverts commit 3c47d47. Signed-off-by: Eric <menwe@amazon.com> * Revert "Make checkpoint mandatory, add watermark delay, minor UI fixes (#173) (#175)" This reverts commit 0198fa7. Signed-off-by: Eric <menwe@amazon.com> * Revert "design changes for loading, changed the banner, updated tests (#170) (#172)" This reverts commit 786c7c7. Signed-off-by: Eric <menwe@amazon.com> * Revert "Support dark mode and session for sql, minor bug fixes (#165) (#169)" This reverts commit 0f5673a. Signed-off-by: Eric <menwe@amazon.com> * Revert "Added changes for making tree view persistent, made changes for bugs for loading screen (#153) (#167)" This reverts commit 2269d1d. Signed-off-by: Eric <menwe@amazon.com> * Revert "fixed create table async query bug (#158) (#163)" This reverts commit 1964008. Signed-off-by: Eric <menwe@amazon.com> --------- Signed-off-by: Eric <menwe@amazon.com>
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
fixed create table async query bug, also added content to show a success without schema and also failure
Screen.Recording.2023-10-18.at.11.15.25.AM.mov
Update to failure portion:
Screen.Recording.2023-10-18.at.2.30.57.PM.mov
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.