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

Refactor the Alias node to avoid ambiguity #975

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

LantaoJin
Copy link
Member

@LantaoJin LantaoJin commented Dec 9, 2024

Description

Refactor the Alias node to avoid ambiguity. See #974 for details.

Related Issues

Resolves #974

Check List

  • Updated documentation (docs/ppl-lang/README.md)
  • Implemented unit tests
  • Implemented tests for combination with other commands
  • New added source code should include a copyright header
  • 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.

@LantaoJin LantaoJin changed the title Refactor the Alias node to avoid ambiguity Refactor the Alias node to avoid ambiguity Dec 9, 2024
@LantaoJin LantaoJin added the maintenance Code refactoring label Dec 9, 2024
@LantaoJin
Copy link
Member Author

CI required to rerun when #976 merged.

@LantaoJin LantaoJin added the 0.7 label Dec 10, 2024
@LantaoJin LantaoJin merged commit 896fda2 into opensearch-project:main Dec 10, 2024
5 checks passed
kenrickyap pushed a commit to Bit-Quill/opensearch-spark that referenced this pull request Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.7 maintenance Code refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] The current definition of AST node Alias is ambiguous and easily confused
2 participants