Skip to content

Conversation

@LantaoJin
Copy link
Member

@LantaoJin LantaoJin commented Oct 26, 2025

Description

Update big5 ppl queries:

Related Issues

Resolves #4667

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • New functionality has javadoc added.
  • New functionality has a user manual doc added.
  • New PPL command checklist all confirmed.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff or -s.
  • 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 <[email protected]>
@LantaoJin
Copy link
Member Author

@noCharger please view this update and we might need to update our benchmark as well.

@LantaoJin LantaoJin changed the title Update big5 ppl queries Update big5 ppl queries and check plans Oct 26, 2025
@penghuo
Copy link
Collaborator

penghuo commented Oct 27, 2025

for queries defined big5/queries/optimized/, we should updated in opensearch-benchmark repo?

protected String loadExpectedQuery(String fileName) throws IOException {
if (isCalciteEnabled()) {
try {
return loadFromFile("big5/queries/optimized/" + fileName);
Copy link
Collaborator

Choose a reason for hiding this comment

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

why have optimized folder? it required calcite enable?
IMO, PPL big5 query should be optimized queries.

Copy link
Member Author

Choose a reason for hiding this comment

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

That because 1. bucket_nullable argument, 2. bin command

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.

Backport to 2.19-dev.

@LantaoJin
Copy link
Member Author

LantaoJin commented Oct 28, 2025

for queries defined big5/queries/optimized/, we should updated in opensearch-benchmark repo?

Yes. cc @noCharger and @xinyual

@qianheng-aws qianheng-aws merged commit 0f45382 into opensearch-project:main Oct 28, 2025
55 of 56 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 28, 2025
* Update big5 ppl queries

Signed-off-by: Lantao Jin <[email protected]>

* Add explain check for big5 queries

Signed-off-by: Lantao Jin <[email protected]>

* update to latest code base

Signed-off-by: Lantao Jin <[email protected]>

---------

Signed-off-by: Lantao Jin <[email protected]>
(cherry picked from commit 0f45382)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@LantaoJin LantaoJin deleted the pr/issues/4667 branch October 28, 2025 05:59
LantaoJin pushed a commit that referenced this pull request Oct 28, 2025
* Update big5 ppl queries



* Add explain check for big5 queries



* update to latest code base



---------


(cherry picked from commit 0f45382)

Signed-off-by: Lantao Jin <[email protected]>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.19-dev bug Something isn't working testing Related to improving software testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Some big5 PPL queries are out of date in v3

4 participants