-
Notifications
You must be signed in to change notification settings - Fork 139
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
Resolve Alias Issues in Legacy SQL with Filters #2960
Resolve Alias Issues in Legacy SQL with Filters #2960
Conversation
f731c59
to
c198230
Compare
@aparajita31pandey Do you know when could be this PR reviewed and merged to fix this issue that we have reported? |
Hello , |
Thanks for your contribution, @aparajita31pandey could you add an IntegTest for the changes?
|
c198230
to
2056d5f
Compare
6e49ed8
to
e81ceba
Compare
@LantaoJin I have tested and added an IntegTest for the changes. Please take a look |
@aparajita31pandey please fix the code style problem via run |
@LantaoJin Updated the diff with |
Signed-off-by: Aparajita Pandey <[email protected]>
Signed-off-by: Aparajita Pandey <[email protected]>
Signed-off-by: Aparajita Pandey<[email protected]> Signed-off-by: Aparajita Pandey <[email protected]>
…il.com> Signed-off-by: Aparajita Pandey <[email protected]>
…[email protected]> Signed-off-by: Aparajita Pandey <[email protected]>
…[email protected]> Signed-off-by: Aparajita Pandey <[email protected]>
…l.com> Signed-off-by: Aparajita Pandey <[email protected]>
f6cbacd
to
303f4b5
Compare
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.
The build failure is irrelevant, LGTM
@dai-chen @ykmr1224 @MaxKsyunz Can I get one more approval please? |
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.
LGTM
Hey @LantaoJin , can you please help getting this diff merged ? |
* Fix: Pagination of index aliases is not supported Signed-off-by: Aparajita Pandey <[email protected]> * fix: remove extra debug log Signed-off-by: Aparajita Pandey <[email protected]> * Integration testadded Signed-off-by: Aparajita Pandey<[email protected]> Signed-off-by: Aparajita Pandey <[email protected]> * rollback change Signed-off-by: Aparajita Pandey<[email protected]> Signed-off-by: Aparajita Pandey <[email protected]> * Integration TestAdded Signed-off-by: Aparajita Pandey <[email protected]> Signed-off-by: Aparajita Pandey <[email protected]> * Integration TestAdded Signed-off-by: Aparajita Pandey <[email protected]> Signed-off-by: Aparajita Pandey <[email protected]> * SpotlessCheck Signed-off-by: Aparajita Pandey <[email protected]> Signed-off-by: Aparajita Pandey <[email protected]> --------- Signed-off-by: Aparajita Pandey <[email protected]> (cherry picked from commit 564ab60) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@LantaoJin Do you know in which open-search release version will be included? Thanks a lot!. |
Description
Alias query in legacy SQL which had filters to it didn't work . This diff addresses that issue. This diff derives index name from alias, for legacy sql queries having filters to it.
Before the change
After the change:
Related Issues
Resolves #2912
#1398 #1412
Check List
--signoff
.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.