Skip to content

[AUTO] Increment version to 3.6.0-SNAPSHOT#5115

Merged
RyanL1997 merged 1 commit into
mainfrom
create-pull-request/3.6.0-SNAPSHOT
Feb 12, 2026
Merged

[AUTO] Increment version to 3.6.0-SNAPSHOT#5115
RyanL1997 merged 1 commit into
mainfrom
create-pull-request/3.6.0-SNAPSHOT

Conversation

@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

  • Incremented version to 3.6.0-SNAPSHOT.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 5, 2026

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated the default OpenSearch snapshot version from 3.5.0-SNAPSHOT to 3.6.0-SNAPSHOT.
    • Change updates only the default build-time configuration; it does not modify application logic.
    • No runtime behavior, error handling, or control-flow changes were introduced.

Walkthrough

Default OpenSearch snapshot version in the buildscript ext was updated from 3.5.0-SNAPSHOT to 3.6.0-SNAPSHOT in build.gradle. No other code, logic, or configuration changes were made.

Changes

Cohort / File(s) Summary
Version Update
build.gradle
Updated opensearch_version default from 3.5.0-SNAPSHOT to 3.6.0-SNAPSHOT (single-line property change).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

maintenance

Suggested reviewers

  • ps48
  • kavithacm
  • derek-ho
  • penghuo
  • anirudha
  • LantaoJin
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: incrementing the version to 3.6.0-SNAPSHOT in build.gradle.
Description check ✅ Passed The description directly relates to the changeset, clearly stating the version increment to 3.6.0-SNAPSHOT.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch create-pull-request/3.6.0-SNAPSHOT

No actionable comments were generated in the recent review. 🎉

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Comment @coderabbitai help to get the list of available commands and usage tips.

@opensearch-trigger-bot opensearch-trigger-bot Bot force-pushed the create-pull-request/3.6.0-SNAPSHOT branch from 397b87c to 2b9114f Compare February 7, 2026 00:14
@RyanL1997 RyanL1997 added the maintenance Improves code quality, but not the product label Feb 9, 2026
@opensearch-trigger-bot opensearch-trigger-bot Bot force-pushed the create-pull-request/3.6.0-SNAPSHOT branch from 2b9114f to 925bea5 Compare February 10, 2026 00:19
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
@opensearch-trigger-bot opensearch-trigger-bot Bot force-pushed the create-pull-request/3.6.0-SNAPSHOT branch from 925bea5 to 9e76a37 Compare February 12, 2026 00:14
@RyanL1997 RyanL1997 merged commit 4587166 into main Feb 12, 2026
66 checks passed
qianheng-aws added a commit that referenced this pull request Feb 24, 2026
* Struct return array value instead of string

Signed-off-by: Heng Qian <qianheng@amazon.com>

* Support filter in GraphLookup

Signed-off-by: Heng Qian <qianheng@amazon.com>

* Fix IT

Signed-off-by: Heng Qian <qianheng@amazon.com>

* Add experimental tag in doc

Signed-off-by: Heng Qian <qianheng@amazon.com>

* Increment version to 3.6.0-SNAPSHOT (#5115)

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Fix fallback error handling to show original Calcite error (#5133)

* Fix fallback error handling to show original Calcite error

When Calcite falls back to V2 and V2 also fails, now correctly returns the
original Calcite error instead of V2's generic "only supported when calcite
enabled" message, improving error clarity for users. Fixes #5060.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>

* coderabbit: preserve exception types

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>

* Refactoring for coderabbit: consistent handling of calcite and legacy calcite errors

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>

* Update explain error handling to match non-explain

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>

* Minor tweaks: commenting & eval order

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>

* Add a yaml test

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>

---------

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Co-authored-by: Claude <noreply@anthropic.com>

* Add auto-extract mode for `spath` command (#5140)

* Add auto extraction mode in spath command

Signed-off-by: Chen Dai <daichen@amazon.com>

* Change json_extract_all to return map<string,string> and fix null perserve issue

Signed-off-by: Chen Dai <daichen@amazon.com>

* Refactor all unit test and integration tests

Signed-off-by: Chen Dai <daichen@amazon.com>

* Refactor json_extract_all and fix stringify issue

Signed-off-by: Chen Dai <daichen@amazon.com>

* Fix broken IT and doctest

Signed-off-by: Chen Dai <daichen@amazon.com>

* Address PR comments

Signed-off-by: Chen Dai <daichen@amazon.com>

* Mark auto extract mode as experimental

Signed-off-by: Chen Dai <daichen@amazon.com>

---------

Signed-off-by: Chen Dai <daichen@amazon.com>

* Add nomv command  (#5130)

* Add nomv command + parser/AST/calcite wiring + tests + docs

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

# Conflicts:
#	core/src/main/java/org/opensearch/sql/ast/analysis/FieldResolutionVisitor.java
#	integ-test/src/test/java/org/opensearch/sql/security/CalciteCrossClusterSearchIT.java
#	ppl/src/main/antlr/OpenSearchPPLParser.g4
#	ppl/src/test/java/org/opensearch/sql/ppl/parser/FieldResolutionVisitorTest.java

* Address coderrabbit suggestions.

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* Correct the no_push_down yaml expected result

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* Fix Windows CI: Override verifyPPLToSparkSQL to preserve ARRAY_JOIN '\n' delimiter

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* Fix Windows CI: Override verifyPPLToSparkSQL to preserve ARRAY_JOIN '\n' delimiter

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* Fix Windows CI: Override verifyPPLToSparkSQL to preserve ARRAY_JOIN '\n' delimiter

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* Address code review comments

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

---------

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>
Co-authored-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* Fix #5114: preserve head/TopK semantics for sort-expression pushdown (#5135)

* Fix bug 5114

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

* Update

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

* Address comments

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

* Fix spotless import ordering for EnumerableLimitSort

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

---------

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

* Fix path navigation on map columns for `spath` command (#5149)

* Fix path navigation bug in qualified name resolver and add spath tests

Signed-off-by: Chen Dai <daichen@amazon.com>

* Add spath UT and IT with other commands

Signed-off-by: Chen Dai <daichen@amazon.com>

* Move aliasing logic from resolver to project item expansion

Signed-off-by: Chen Dai <daichen@amazon.com>

* Update javadoc and readme

Signed-off-by: Chen Dai <daichen@amazon.com>

---------

Signed-off-by: Chen Dai <daichen@amazon.com>

* Make sql plugin aware of FIPS build param (-Pcrypto.standard=FIPS-140-3) (#5155)

* Make sql plugin aware of FIPS build param (-Pcrypto.standard=FIPS-140-3)

Signed-off-by: Craig Perkins <cwperx@amazon.com>

* Update build script to include FIPS-140-3 option

Added FIPS-140-3 standard option to Gradle commands.

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>

---------

Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>

* [Maintenance] Fix bc-fips jar hell by marking dependency as compileOnly (#5158)

* [maintenance] Fix bc-fips jar hell by marking dependency as compileOnly

Signed-off-by: Jialiang Liang <jiallian@amazon.com>

* add fix for tests

Signed-off-by: Jialiang Liang <jiallian@amazon.com>

---------

Signed-off-by: Jialiang Liang <jiallian@amazon.com>

* [Feature] PPL Command: MvExpand  (#5144)

* MvExpand new PR - After resolving the merge issues

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

# Conflicts:
#	core/src/main/java/org/opensearch/sql/analysis/Analyzer.java
#	core/src/main/java/org/opensearch/sql/ast/AbstractNodeVisitor.java
#	core/src/main/java/org/opensearch/sql/calcite/CalciteRelNodeVisitor.java
#	docs/category.json
#	docs/user/ppl/index.md
#	integ-test/src/test/java/org/opensearch/sql/calcite/CalciteNoPushdownIT.java
#	integ-test/src/test/java/org/opensearch/sql/calcite/remote/CalciteExplainIT.java
#	integ-test/src/test/java/org/opensearch/sql/ppl/NewAddedCommandsIT.java
#	integ-test/src/test/java/org/opensearch/sql/security/CalciteCrossClusterSearchIT.java
#	ppl/src/main/antlr/OpenSearchPPLParser.g4
#	ppl/src/main/java/org/opensearch/sql/ppl/parser/AstBuilder.java
#	ppl/src/main/java/org/opensearch/sql/ppl/utils/PPLQueryDataAnonymizer.java
#	ppl/src/test/java/org/opensearch/sql/ppl/utils/PPLQueryDataAnonymizerTest.java

* Address coderrabbit comments

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* Address coderrabbit comments

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* merge main to my branch

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* Address corerabbit suggestions

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* Address corerabbit suggestions

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* ci: trigger

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* ci: trigger

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* Address corerabbit suggestions

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* ci: trigger

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* Address comments.

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* Change the exception from illegalarg to SyntaxCheckException

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* change the exception message for consistency

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* ci: rerun

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

---------

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>
Co-authored-by: Srikanth Padakanti <srikanth_padakanti@apple.com>

* bump antlr version to 4.13.2 (#5159)

* Address comments

Signed-off-by: Heng Qian <qianheng@amazon.com>

---------

Signed-off-by: Heng Qian <qianheng@amazon.com>
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Chen Dai <daichen@amazon.com>
Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>
Signed-off-by: Peng Huo <penghuo@gmail.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Jialiang Liang <jiallian@amazon.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: Simeon Widdis <sawiddis@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Chen Dai <daichen@amazon.com>
Co-authored-by: Srikanth Padakanti <srikanth29.9@gmail.com>
Co-authored-by: Srikanth Padakanti <srikanth_padakanti@apple.com>
Co-authored-by: Peng Huo <penghuo@gmail.com>
Co-authored-by: Craig Perkins <cwperx@amazon.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: Jialiang Liang <jiallian@amazon.com>
Co-authored-by: Eric Wei <menwe@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Improves code quality, but not the product v3.6.0 Issues targeting release v3.6.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants