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

#963 Remove Outdated PPL Sort Syntax #994

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

currantw
Copy link

Description

Resolves #963.

Related Issues

OpenSearch SQL issue: opensearch-project/sql#3180

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.

Signed-off-by: currantw <[email protected]>
@currantw currantw force-pushed the #963_ppl_sort_syntax branch from b44dad7 to 0e03dd8 Compare December 16, 2024 16:53
: (PLUS | MINUS)? sortFieldExpression
;

sortFieldExpression
Copy link
Member

Choose a reason for hiding this comment

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

@currantw if i understand correctly - we remove the cast capability in the sort statement in favour of using the cast operator before ...

  • can u plz add a few additional test examples for these use cases ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Outdated PPL Sorting Syntax
2 participants