Skip to content

Esql resultset dense vector#1208

Merged
l-trotta merged 2 commits intomainfrom
esql-resultset-dense-vector
Apr 16, 2026
Merged

Esql resultset dense vector#1208
l-trotta merged 2 commits intomainfrom
esql-resultset-dense-vector

Conversation

@l-trotta
Copy link
Copy Markdown
Contributor

@l-trotta l-trotta commented Apr 16, 2026

Add support for dense vector esql to jdbc result set conversion.

@l-trotta l-trotta merged commit 98caf10 into main Apr 16, 2026
13 of 14 checks passed
@l-trotta l-trotta deleted the esql-resultset-dense-vector branch April 16, 2026 15:00
@github-actions
Copy link
Copy Markdown

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

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

github-actions Bot pushed a commit that referenced this pull request Apr 16, 2026
* make result set support dense vector

* improve test
github-actions Bot pushed a commit that referenced this pull request Apr 16, 2026
* make result set support dense vector

* improve test
l-trotta added a commit that referenced this pull request Apr 16, 2026
* make result set support dense vector

* improve test
l-trotta added a commit that referenced this pull request Apr 16, 2026
* make result set support dense vector

* improve test

Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com>
l-trotta added a commit that referenced this pull request Apr 16, 2026
* make result set support dense vector

* improve test

Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com>
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.

1 participant