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] List all timezone related expressions for unsupported timezone in output csv file #645

Open
Tracked by #907
nartal1 opened this issue Nov 1, 2023 · 2 comments
Labels
core_tools Scope the core module (scala) feature request New feature or request

Comments

@nartal1
Copy link
Collaborator

nartal1 commented Nov 1, 2023

Is your feature request related to a problem? Please describe.
Rapids Accelerator for Apache Spark currently supports "UTC" timezone. This issue is to list all the related expressions if the timezone is not supported on GPU.
Example: If the timezone is "PST" and there are operations such as date_add and current_timestamp, then these expressions should be listed in the csv file timestampOperators.csv along with timezone.

function, timezone
date_add, PST
current_timestamp,PST
@nartal1 nartal1 added feature request New feature or request ? - Needs Triage core_tools Scope the core module (scala) labels Nov 1, 2023
@viadea
Copy link
Collaborator

viadea commented Nov 1, 2023

If the Spark is using non-UTC timezone, then all timestamp related functions will fallback. we should capture that as well.

@mattahrens
Copy link
Collaborator

Let's make this off by default and requiring a special flag to be generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core_tools Scope the core module (scala) feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants