-
Notifications
You must be signed in to change notification settings - Fork 241
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 from_utc_timestamp on the GPU for non-UTC timezones (non-DST) #9810
Merged
NVnavkumar
merged 12 commits into
NVIDIA:branch-23.12
from
NVnavkumar:gpu-from-utc-timestamp
Nov 28, 2023
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
1fed95a
Updates to test suite to start using GpuTimeZoneDB
NVnavkumar bb3e8e0
Initialize the GPU timezone database in the plugin initialization for…
NVnavkumar 9220316
Merge branch 'branch-23.12' of github.com:NVIDIA/spark-rapids into gp…
NVnavkumar ff64818
Merge branch 'branch-23.12' of github.com:NVIDIA/spark-rapids into gp…
NVnavkumar 8811320
Remove GpuTimeZoneDB init from plugin for now, eventually add again a…
NVnavkumar 93f5660
Add plugin initialization code and change config flag for non UTC tim…
NVnavkumar 1d4184d
Use GpuTimeZoneDB to run from_utc_timestamp on the GPU for non-UTC no…
NVnavkumar 031c6c9
Fix formatting of includes here
NVnavkumar afd9328
Merge branch 'branch-23.12' of github.com:NVIDIA/spark-rapids into gp…
NVnavkumar c9ddf49
Merge branch 'branch-23.12' of github.com:NVIDIA/spark-rapids into gp…
NVnavkumar e5deb4a
Add some Olson timezones to fallback test and add config option to te…
NVnavkumar 74dcf39
Add fallback test for when config option is not enabled
NVnavkumar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there an issue for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created #9881 and added to timezone epic