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: Correct handling of non-indexable types, including UUID #859

Merged
merged 1 commit into from Feb 15, 2024

Conversation

neilyio
Copy link
Contributor

@neilyio neilyio commented Feb 15, 2024

Ticket(s) Closed

What

We're finding that UUIDs, even when not indexed with pg_bm25, are causing an error when present in the bm25 table.

Why

Incorrect handling of non-indexable types like UUID.

Tests

Was able to reproduce in a new test, and the test now passes.

@neilyio
Copy link
Contributor Author

neilyio commented Feb 15, 2024

Note that we still do not support UUID in bm25 indexes, but we certainly shouldn't error when they are present in the table.

@neilyio neilyio merged commit 8ff7662 into dev Feb 15, 2024
11 checks passed
@neilyio neilyio deleted the neil/fix-uuid-type branch February 15, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unrecognized field type: InvalidPgOid(BuiltIn(UUIDOID))
2 participants