-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Backport 2.x] [discover] optimize rendering language options #8688
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
Conversation
* memoization plus not setting the user query language Signed-off-by: Kawika Avilla <[email protected]> * clean up commented code Signed-off-by: Kawika Avilla <[email protected]> * Changeset file for PR #8685 created/updated * Changeset file for PR #8685 deleted --------- Signed-off-by: Kawika Avilla <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 85e0767) 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.x #8688 +/- ##
=======================================
Coverage 60.92% 60.92%
=======================================
Files 3787 3787
Lines 90310 90319 +9
Branches 14156 14157 +1
=======================================
+ Hits 55020 55026 +6
- Misses 31818 31820 +2
- Partials 3472 3473 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…) (opensearch-project#8688) * memoization plus not setting the user query language * clean up commented code * Changeset file for PR opensearch-project#8685 created/updated * Changeset file for PR opensearch-project#8685 deleted --------- (cherry picked from commit 85e0767) Signed-off-by: Kawika Avilla <[email protected]> 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> Signed-off-by: Ruchi Sharma <[email protected]>
Backport 85e0767 from #8685.