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 SQLDataType::Timestamp(TimezoneInfo) #3693

Closed
Tracked by #3148
waitingkuo opened this issue Oct 3, 2022 · 1 comment
Closed
Tracked by #3148

Support SQLDataType::Timestamp(TimezoneInfo) #3693

waitingkuo opened this issue Oct 3, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@waitingkuo
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and why for this feature, in addition to the what)

In sqlparser-rs/sqlparser-rs#641

TimestampTz becomes Timestamp(Tz), we'll have Timestamp(WithTimezone), Timestamp(WithoutTimezone), and Timestamp(None)

We'll need to modify https://github.com/apache/arrow-datafusion/blob/84153682b5692e786292c672798609adaeb481f4/datafusion/sql/src/planner.rs#L2707 once sqlparser new version released

fire this issue in advance

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@waitingkuo
Copy link
Contributor Author

closed by #3698

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant