Skip to content

Improve server error handling in Apache Arrow helper#3276

Merged
JoshMock merged 2 commits intomainfrom
arrow-err
May 5, 2026
Merged

Improve server error handling in Apache Arrow helper#3276
JoshMock merged 2 commits intomainfrom
arrow-err

Conversation

@JoshMock
Copy link
Copy Markdown
Member

@JoshMock JoshMock commented May 5, 2026

Fixes #3139

@prodsecmachine
Copy link
Copy Markdown

prodsecmachine commented May 5, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@JoshMock JoshMock merged commit 077a659 into main May 5, 2026
25 of 26 checks passed
@JoshMock JoshMock deleted the arrow-err branch May 5, 2026 18:17
@elastic-vault-github-plugin-prod
Copy link
Copy Markdown

The backport to 9.4 failed:

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

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.4 9.4
# Navigate to the new working tree
cd .worktrees/backport-9.4
# Create a new branch
git switch --create backport-3276-to-9.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 077a659574caecc631c0bf4c5428840ce4260677
# Push it to GitHub
git push --set-upstream origin backport-3276-to-9.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.4

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

AI Backport Resolver created a backport PR (no conflicts): #3277

JoshMock added a commit that referenced this pull request May 5, 2026
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.

ES|QL's streaming Apache Arrow helper needs better handling of server-side errors

2 participants