-
Notifications
You must be signed in to change notification settings - Fork 144
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
Fix pagination for many columns (#2440) #2441
Fix pagination for many columns (#2440) #2441
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2441 +/- ##
============================================
+ Coverage 95.36% 95.38% +0.01%
+ Complexity 5131 4991 -140
============================================
Files 490 478 -12
Lines 14426 13915 -511
Branches 969 934 -35
============================================
- Hits 13758 13273 -485
+ Misses 643 619 -24
+ Partials 25 23 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
df6da01
to
455447a
Compare
Hi @MaxKsyunz, sorry for pulling you in explicitly, but do you mind having a look at these changes? I fixed the issues reported above. Thanks! |
@penghuo, @dai-chen, @MaxKsyunz: sorry for bothering you, but do you mind having a look at the pull request? We are planning to use opentelemetry, dataprepper, opensearch, PowerBI to visualize logging data. On the way the default column names that get created are quite long so that after having ~30 columns (i.e. log attributes) we run into the problem described in #2440. So this is currently a blocker for us and instead of keeping on patching versions on our own it would be nice if the fix could be included upstream. Thanks! |
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.
Thanks for the fix!
@dai-chen very welcome and thanks for reviewing! Any idea how to get another maintainer for a review? Did I miss something? |
...search/src/test/java/org/opensearch/sql/opensearch/storage/scan/OpenSearchIndexScanTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Andreas Kulicke <[email protected]>
6a21602
455447a
to
6a21602
Compare
@dai-chen, @acarbonetto: I fixed the import (review comment), rebased and pushed. It seems that another review is required. Would you mind having a look again? Thanks! |
Any update here? |
@dai-chen, @acarbonetto: Would you mind having a look again? There was the second OpenSearch release by now. It would really be nice to include this bug fix upstream. Thanks! |
@andreaskulicke Thanks for the fix! The PR is already approved. Because this is long pending, could you merge latest |
Signed-off-by: Andreas Kulicke <[email protected]>
Sure, thanks for the review! I merged the latest main into the branch, ran
Example output:
or:
I also got some unrelated modifications in g4-files:
In detail:
Shall I investigate further and try to get the integ-tests running successfully? |
@andreaskulicke No problem! Will wait for CI complete and merge if failure unrelated. Thank you! |
CI is failing on BWC test. Same as main branch. |
Signed-off-by: Andreas Kulicke <[email protected]> (cherry picked from commit 3f53904) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 3f53904) Signed-off-by: Andreas Kulicke <[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>
Description
Fixes deserialization of OpenSeachIndexScan.
Issues Resolved
[BUG] no such index[]: Pagination fails for many columns
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.