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

Boolean function in PPL should be case insensitive #2758

Merged
merged 2 commits into from
Jul 18, 2024

Conversation

LantaoJin
Copy link
Member

Description

isnotnull() works but ISNOTNULL() doesn't work in PPL.

Issues Resolved

Resolve #2431

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • [ ] New functionality has been documented.
    • [ ] New functionality has javadoc added
    • [ ] New functionality has user manual doc added
  • Commits are signed per the DCO using --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.

Signed-off-by: Lantao Jin <ltjin@amazon.com>
Copy link
Collaborator

@penghuo penghuo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx!

Copy link
Collaborator

@dai-chen dai-chen left a 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!

@LantaoJin
Copy link
Member Author

LantaoJin commented Jun 25, 2024

Thanks for your reviewing @penghuo @dai-chen @vamsi-amazon , will this PR be merged automatically? And backport PR will be triggered automatically either? Any action should I do next?

@vamsi-amazon
Copy link
Member

@LantaoJin Could you confirm if the build issues are not because of your commit. I will merge all the approved PRs.

@LantaoJin
Copy link
Member Author

@LantaoJin Could you confirm if the build issues are not because of your commit. I will merge all the approved PRs.

None of current build issues caused by this code changes.

Copy link
Collaborator

@dai-chen dai-chen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. I think you can merge from main to fix CI now.

@penghuo
Copy link
Collaborator

penghuo commented Jul 15, 2024

could u merge latest change from main and re-run test.

@LantaoJin LantaoJin merged commit 956ec15 into opensearch-project:main Jul 18, 2024
11 of 12 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 18, 2024
Signed-off-by: Lantao Jin <ltjin@amazon.com>
(cherry picked from commit 956ec15)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
LantaoJin pushed a commit that referenced this pull request Aug 7, 2024
(cherry picked from commit 956ec15)

Signed-off-by: Lantao Jin <ltjin@amazon.com>
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>
manasvinibs pushed a commit to manasvinibs/sql that referenced this pull request Aug 14, 2024
jzonthemtn pushed a commit to jzonthemtn/sql that referenced this pull request Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG][PPL] isnotnull() works but ISNOTNULL() doesn't work
4 participants