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.17] [Auto Suggest] PPL autocomplete fixes #8260

Merged
merged 2 commits into from
Sep 21, 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 20, 2024

Codecov Report

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

Project coverage is 64.13%. Comparing base (cb3b4f6) to head (8dec737).
Report is 4 commits behind head on 2.17.

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.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              
Flag Coverage Δ
Linux_1 30.03% <10.52%> (+0.08%) ⬆️
Linux_2 58.95% <ø> (ø)
Linux_3 40.43% <15.78%> (+0.13%) ⬆️
Linux_4 31.57% <10.52%> (+0.10%) ⬆️
Windows_1 30.05% <10.52%> (+0.08%) ⬆️
Windows_2 58.89% <ø> (ø)
Windows_3 40.43% <15.78%> (+0.13%) ⬆️
Windows_4 31.57% <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.

@ashwin-pc ashwin-pc merged commit d21c4d9 into 2.17 Sep 21, 2024
124 of 126 checks passed
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.

4 participants