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

[FEA] Test and allow not UTC TimeZone Support for Expressions and Execs that do not inherret from TimeZoneAwareExpression #6841

Open
revans2 opened this issue Oct 18, 2022 · 0 comments
Labels
feature request New feature or request

Comments

@revans2
Copy link
Collaborator

revans2 commented Oct 18, 2022

Is your feature request related to a problem? Please describe.
TimeZoneAwareExpression is for expressions that need to use a time zone when processing a date or timestamp. Other operations like equals, join, less than, etc do not need to do these types of operations and should just work for any timezone. This should also be true for reading and writing parquet and for the most part ORC. We should add in a few tests that verify that we can still process data correctly in other time zones that don't manipulate the timestamp/date itself.

@revans2 revans2 added feature request New feature or request ? - Needs Triage Need team to review and classify labels Oct 18, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants