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

Support as many Postgres types as we can (e.g. JSON) #23

Closed
rebasedming opened this issue Dec 24, 2023 · 3 comments
Closed

Support as many Postgres types as we can (e.g. JSON) #23

rebasedming opened this issue Dec 24, 2023 · 3 comments
Assignees

Comments

@rebasedming
Copy link
Contributor

rebasedming commented Dec 24, 2023

What
We're missing timestamp w/ timezone, JSON, and probably a bunch of others that can be mapped to datafusion types.

Why
Please describe why this feature is important.

How
Please describe how you'd implement this feature.

@rebasedming rebasedming changed the title Support timestamp types Support as many Postgres types as we can Dec 24, 2023
@philippemnoel philippemnoel transferred this issue from another repository Jan 24, 2024
@Cathrach
Copy link

Cathrach commented Feb 1, 2024

For JSON, datafusion does not currently have a JSON type. The issue apache/datafusion#7845 (comment) is known and looks like this org wants to open-source a JSON type that we might be able to use this month!

@philippemnoel philippemnoel changed the title Support as many Postgres types as we can Support as many Postgres types as we can (e.g. JSON) May 3, 2024
@philippemnoel
Copy link
Collaborator

We can probably add JSON support now with this:

https://github.com/datafusion-contrib/datafusion-functions-json

@philippemnoel philippemnoel transferred this issue from paradedb/paradedb May 9, 2024
@philippemnoel
Copy link
Collaborator

Closing these as we're archiving this repository for good

@philippemnoel philippemnoel closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2024
This issue was closed.
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

No branches or pull requests

4 participants