Skip to content

Conversation

@pquentin
Copy link
Member

@pquentin pquentin commented Oct 1, 2025

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2025

Following you can find the validation changes against the target branch for the APIs.

API Status Request Response
indices.create 🔴 1362/1402 → 1364/1402 1402/1402
sql.translate 🔴 → 🟢 1/1 0/1 → 1/1

You can validate these APIs yourself by using the make validate target.

@pquentin pquentin merged commit 1c24ae2 into main Oct 1, 2025
14 checks passed
@pquentin pquentin deleted the fix-sql-translate branch October 1, 2025 08:15
github-actions bot pushed a commit that referenced this pull request Oct 1, 2025
(cherry picked from commit 1c24ae2)
@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2025

The backport to 9.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.0 9.0
# Navigate to the new working tree
cd .worktrees/backport-9.0
# Create a new branch
git switch --create backport-5380-to-9.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 1c24ae22d97c914e1b02eba80a4bc0f4424a58dd
# Push it to GitHub
git push --set-upstream origin backport-5380-to-9.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.0

Then, create a pull request where the base branch is 9.0 and the compare/head branch is backport-5380-to-9.0.

github-actions bot pushed a commit that referenced this pull request Oct 1, 2025
(cherry picked from commit 1c24ae2)
pquentin added a commit that referenced this pull request Oct 1, 2025
(cherry picked from commit 1c24ae2)

Co-authored-by: Quentin Pradet <[email protected]>
pquentin added a commit that referenced this pull request Oct 1, 2025
(cherry picked from commit 1c24ae2)

Co-authored-by: Quentin Pradet <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants