Skip to content

Conversation

@penghuo
Copy link
Collaborator

@penghuo penghuo commented Mar 13, 2025

Description

Related Issues

Resolves #3430

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.

@penghuo penghuo added the calcite calcite migration releated label Mar 13, 2025
@penghuo penghuo self-assigned this Mar 13, 2025
penghuo added 2 commits March 13, 2025 15:31
Signed-off-by: Peng Huo <penghuo@gmail.com>
Signed-off-by: Peng Huo <penghuo@gmail.com>
exclude 'org/opensearch/sql/security/**'

// TODO. Exclude Remote IT.
exclude 'org/opensearch/sql/calcite/remote/**'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

exclude remote IT for CI, add back when shadowJar problem solved.

|-------+-----+-----------------------|
| Nogal | 28 | 32838 |
+-------+-----+-----------------------+
+-------+-----+--------------+
Copy link
Collaborator Author

@penghuo penghuo Mar 13, 2025

Choose a reason for hiding this comment

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

This breaking IT make sense to me, it is align with Spark-SQL response.

penghuo added 3 commits March 13, 2025 16:50
Signed-off-by: Peng Huo <penghuo@gmail.com>
Signed-off-by: Peng Huo <penghuo@gmail.com>
Signed-off-by: Peng Huo <penghuo@gmail.com>
@Provides
public PPLService pplService(
QueryManager queryManager, QueryPlanFactory queryPlanFactory, Settings settings) {
public PPLService pplService(QueryManager queryManager, QueryPlanFactory queryPlanFactory) {
Copy link
Member

Choose a reason for hiding this comment

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

good catching

}

@Test
@Ignore("https://github.com/opensearch-project/sql/pull/3405")
Copy link
Member

Choose a reason for hiding this comment

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

Thanks, I will make some reverts

@LantaoJin LantaoJin merged commit 211d3cf into opensearch-project:feature/calcite-engine Mar 14, 2025
11 of 13 checks passed
penghuo added a commit that referenced this pull request Jun 16, 2025
* Revert alias change, Fix IT

Signed-off-by: Peng Huo <penghuo@gmail.com>

* Fix spotlessCheck

Signed-off-by: Peng Huo <penghuo@gmail.com>

* Revert development test

Signed-off-by: Peng Huo <penghuo@gmail.com>

* Fix PPL Test

Signed-off-by: Peng Huo <penghuo@gmail.com>

* license header

Signed-off-by: Peng Huo <penghuo@gmail.com>

* Ignore flaky test

Signed-off-by: Peng Huo <penghuo@gmail.com>

---------

Signed-off-by: Peng Huo <penghuo@gmail.com>
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