Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failure when rewriting distance functions in PostgreSQL #23165

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Aug 29, 2024

Description

Fixes #23152

Release notes

# PostgreSQL
* Fix potential failure when pushdown `euclidean_distance`, `cosine_distance` and `dot_product` functions. ({issue}`23152`)

@cla-bot cla-bot bot added the cla-signed label Aug 29, 2024
@ebyhr ebyhr requested a review from Praveen2112 August 29, 2024 04:03
@ebyhr ebyhr merged commit 90c48bb into trinodb:master Aug 29, 2024
19 of 20 checks passed
@ebyhr ebyhr deleted the ebi/postgresql-distance-pushdown branch August 29, 2024 04:27
@github-actions github-actions bot added this to the 455 milestone Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

pgvector pushdown with UNION having duplicate column names sometimes throws exceptions
2 participants