Skip to content
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.x] [Auto Suggest] PPL autocomplete fixes #8172

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 8118024 from #8087.

* 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>
Copy link
Contributor

❌ Invalid Changelog Heading

The '## 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.

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

Attention: Patch coverage is 15.78947% with 16 lines in your changes missing coverage. Please review.

Project coverage is 64.06%. Comparing base (5607c5c) to head (8395ecc).
Report is 11 commits behind head on 2.x.

Files with missing lines Patch % Lines
...ata/public/antlr/opensearch_ppl/code_completion.ts 0.00% 14 Missing ⚠️
...ntlr/opensearch_ppl/opensearch_ppl_autocomplete.ts 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              2.x    #8172      +/-   ##
==========================================
+ Coverage   63.92%   64.06%   +0.13%     
==========================================
  Files        3737     3738       +1     
  Lines       88727    88545     -182     
  Branches    13796    13772      -24     
==========================================
+ Hits        56723    56724       +1     
+ Misses      31406    31223     -183     
  Partials      598      598              
Flag Coverage Δ
Linux_1 30.05% <10.52%> (+0.08%) ⬆️
Linux_2 58.91% <ø> (ø)
Linux_3 40.42% <15.78%> (+0.13%) ⬆️
Linux_4 31.43% <10.52%> (+0.10%) ⬆️
Windows_1 30.06% <10.52%> (+0.08%) ⬆️
Windows_2 58.86% <ø> (ø)
Windows_3 40.42% <15.78%> (+0.13%) ⬆️
Windows_4 31.43% <10.52%> (+0.10%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kavilla kavilla merged commit 421b0eb into 2.x Sep 13, 2024
67 of 72 checks passed
@ashwin-pc ashwin-pc added 2.17.1 and removed v2.18.0 labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.17.1 autocut Skip the changelog verification check on backports discover for discover reinvent failed changeset valued-contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants