Skip to content

Conversation

@LantaoJin
Copy link
Member

@LantaoJin LantaoJin commented Mar 6, 2025

Description

Description

Core Syntax: Implement ppl Exists subquery command with Calcite

./gradlew :integ-test:integTest --tests '*Calcite*IT' succeed in local

Changes include:

  1. Support Exists Subquery, the syntax check https://github.com/opensearch-project/opensearch-spark/blob/main/docs/ppl-lang/ppl-subquery-command.md
  2. Fix the overriding field name issue, eval a = a +1 won't create a0 anymore.
  3. Replace verifyDataRowsInOrder to verifyDataRows in some ITs if the tests contain sort command.
  4. Add anonymizer logical for all new commands.

Related Issues

Resolves #3360

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • New functionality has javadoc added.
  • New functionality has a user manual doc added.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

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>
@LantaoJin
Copy link
Member Author

cc @penghuo @dai-chen

@LantaoJin LantaoJin added the calcite calcite migration releated label Mar 6, 2025
@LantaoJin LantaoJin merged commit 22375df into opensearch-project:feature/calcite-engine Mar 7, 2025
5 of 14 checks passed
penghuo pushed a commit to penghuo/os-sql that referenced this pull request Mar 12, 2025
penghuo pushed a commit that referenced this pull request Jun 16, 2025
Signed-off-by: xinyual <xinyual@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

calcite calcite migration releated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants