-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: add sqllogictest #47
Conversation
kemingy
commented
Nov 6, 2024
- fix test: Migrate sql test in pgvecto.rs to this repo #25
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
Signed-off-by: Keming <[email protected]>
It's ready to review. Since this lib depends on |
Some of the function (partition index/partial index/reindex concurrently) needs test verification. I don't know whether we support it for now. Fine to fail the test, but need verification |
Signed-off-by: Keming <[email protected]>
Some observations:
So |
I think this should work?
It does have.
be fixed by #44 |
There will be: ERROR: operator class "vector_dot_ops" does not exist for access method "rabbithole" Though the search_path is correctly configured.
Yes, it has. But there will be an error when using the ERROR: calling `type_oid` is never expected |
Are you testing with PostgreSQL 17? It's a bug of PostgreSQL 17. https://www.postgresql.org/message-id/18637-f51e314546e3ba2a%40postgresql.org |
Weird.
Is that true? I tried |
I think you should try |
Signed-off-by: Keming <[email protected]>
Fixed. Is there a bug in |
Yes. It's not expected behavior. |
Can you try also |
I guess you mean |
Signed-off-by: Keming <[email protected]>
@VoVAllen review? |