-
Notifications
You must be signed in to change notification settings - Fork 894
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
[Backport 2.17] [Auto Suggest] PPL autocomplete fixes #8260
Conversation
* add stats agg functions and insert snippet rules Signed-off-by: Paul Sebastian <[email protected]> * allow table suggestions with table name Signed-off-by: Paul Sebastian <[email protected]> * stop suggestion search from filter Signed-off-by: Paul Sebastian <[email protected]> * keep user hint height and pos constant Signed-off-by: Paul Sebastian <[email protected]> * fix issue where identifiers would suggest twice, after WS Signed-off-by: Paul Sebastian <[email protected]> * add some priority based tokens to appear at the top Signed-off-by: Paul Sebastian <[email protected]> * reenable plus and minus for sort command Signed-off-by: Paul Sebastian <[email protected]> * Changeset file for PR #8087 created/updated * update user hints Signed-off-by: Paul Sebastian <[email protected]> * update types Signed-off-by: Paul Sebastian <[email protected]> --------- Signed-off-by: Paul Sebastian <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 8118024) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.17 #8260 +/- ##
==========================================
+ Coverage 64.00% 64.13% +0.13%
==========================================
Files 3738 3739 +1
Lines 88796 88614 -182
Branches 13815 13791 -24
==========================================
+ Hits 56832 56833 +1
+ Misses 31367 31184 -183
Partials 597 597
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
… (opensearch-project#8260)" This reverts commit d21c4d9.
Backport 8118024 from #8087.