[AUTO] Add release notes for 3.6.0#5309
Conversation
Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
PR Reviewer Guide 🔍(Review updated until commit 314b81f)Here are some key observations to aid the review process:
|
Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
|
Persistent review updated to latest commit 314b81f |
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/sql/backport-main main
# Navigate to the new working tree
pushd ../.worktrees/sql/backport-main
# Create a new branch
git switch --create backport/backport-5309-to-main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 49b3bc5ebdb906a1343befadaca76cb95c67ff34
# Push it to GitHub
git push --set-upstream origin backport/backport-5309-to-main
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/sql/backport-mainThen, create a pull request where the |
Add release notes for 3.6.0
Borderline Calls
containsis syntactic sugar over existingLIKEfunctionality.reverseperformance optimization #4775: Placed in Enhancements — could also be Bug Fixes since it resolves issues with large datasets. Chose Enhancements because the label is "enhancement" and the primary change is a performance optimization.