-
Notifications
You must be signed in to change notification settings - Fork 609
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
bug(postgres): cannot connect to postgres table with tsvector
column
#5402
Labels
bug
Incorrect behavior inside of ibis
Comments
cpcloud
changed the title
bug: cannot connect to postgres table with
bug(postgres): cannot connect to postgres table with Feb 2, 2023
tsvector
columntsvector
column
What should we infer this type as? String? |
I think that's what makes the most sense given what we currently support. We won't have any of the specialized string vector methods, but at least users can interact with the rest of the table. |
gforsyth
added a commit
to gforsyth/ibis
that referenced
this issue
Mar 1, 2023
Fixes ibis-project#5402 The `tsvector` type is a postgres-specific type for fast text search -- this doesn't add support for using any of the specific features associated with `tsvector` but it will let a user load a table that contains them, instead of erroring out.
cpcloud
pushed a commit
that referenced
this issue
Mar 2, 2023
Fixes #5402 The `tsvector` type is a postgres-specific type for fast text search -- this doesn't add support for using any of the specific features associated with `tsvector` but it will let a user load a table that contains them, instead of erroring out.
thegreymatter
pushed a commit
to thegreymatter/ibis
that referenced
this issue
Mar 5, 2023
Fixes ibis-project#5402 The `tsvector` type is a postgres-specific type for fast text search -- this doesn't add support for using any of the specific features associated with `tsvector` but it will let a user load a table that contains them, instead of erroring out.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Reposting from https://stackoverflow.com/questions/74520302/why-cant-i-connect-ibis-to-a-postgres-table-with-a-tsvector-column
Implementing whatever postgres functionality exists around tsvector may not be something we want to do, but I think we should at least allow connecting to the table.
What version of ibis are you using?
3.2.0
What backend(s) are you using, if any?
postgres
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: