-
Notifications
You must be signed in to change notification settings - Fork 893
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
Remove head 10
for PPL default query to unblock cypress test failures
#8827
Conversation
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8827 +/- ##
==========================================
+ Coverage 60.80% 60.88% +0.08%
==========================================
Files 3798 3799 +1
Lines 90738 90761 +23
Branches 14292 14294 +2
==========================================
+ Hits 55170 55260 +90
+ Misses 32065 31992 -73
- Partials 3503 3509 +6
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: abbyhu2000 <abigailhu2000@gmail.com>
71f1f29
to
1765b33
Compare
nit: i dont think it's a feature to remove something.
might be worth to mention the underlying issue why it's blocking. in this case, PPL automatically appends the stats call when doing aggregations. it is appending it after the |
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.
ty. just comments on the changelog section but not seeing the changelog so just as long the merge is more insightful
❌ Invalid PrefixInvalid description prefix. Found "Remove head 10 for PPL default query to unblock cypress test failures". Expected "breaking", "deprecate", "feat", "fix", "infra", "doc", "chore", "refactor", "security", "skip", or "test". |
f388235
…es (#8827) * remove head 10 for PPL to unblock cypress test failures Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * Changeset file for PR #8827 created/updated --------- Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit aa60870) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…es (#8827) (#8831) * remove head 10 for PPL to unblock cypress test failures * Changeset file for PR #8827 created/updated --------- (cherry picked from commit aa60870) Signed-off-by: abbyhu2000 <abigailhu2000@gmail.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> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Remove
head 10
for PPL default query to unblock cypress test failuresIssues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration