-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Feature]: Support datetime type #27577
Comments
Hi, I'm interested in tackling this issue. May I ask where should I start? |
Hi @fool1280
|
Thank you. I want to ask for the DateTime, would it be possible for me to use the |
This is not too hard. you just need to convert date time to timestamp and there is no blocker |
Hello @xiaofan-luan, I'm interested to take this up. Can you please assign this to me? |
/assign @dugar-tarun |
@dugar-tarun Hey, just check, how is this going? |
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Timestamp is a very common datatype in all databases.
We can convert timestamp into int64, but this will be a overhead for the user.
We can follow the definition of PG https://www.postgresql.org/docs/current/datatype-datetime.html about what datetime data type should behave
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: