Skip to content

Conversation

@Swiddis
Copy link
Collaborator

@Swiddis Swiddis commented Oct 27, 2025

Description

source=big5; currently fails with [indices] cannot be used with point in time. This boils down to accidentally running these queries directly on the index instead of as a generic _search. This PR adds a tweak to fix this.

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • 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.

@Swiddis
Copy link
Collaborator Author

Swiddis commented Oct 27, 2025

TODO need to figure out how to test this, working out a testing plan for more upcoming bugfixes as well

Added reproducers -- doesn't yet run new tests in CI, that'll be in the future. Fixing a few more bugs in this suite short-term.

Test getting JAR path
"""
# Setup mock
expected_path = "/mock/project_root/build/libs/opensearchsqlcli-3.3.0.0.jar"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This breaks every time there's a version bump upstream -- longterm fix for versioning is TODO

Signed-off-by: Simeon Widdis <[email protected]>
Signed-off-by: Simeon Widdis <[email protected]>
Signed-off-by: Simeon Widdis <[email protected]>
@Swiddis Swiddis merged commit 5aaa6a9 into opensearch-project:main Oct 31, 2025
5 checks passed
@Swiddis Swiddis deleted the bugfix/strip-index-on-pit branch October 31, 2025 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants