forked from NVIDIA/spark-rapids
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support unix_timestamp on GPU for subset of formats (NVIDIA#1113)
* Support unix_timestamp on GPU for subset of formats Signed-off-by: Andy Grove <[email protected]> * close scalar value Signed-off-by: Andy Grove <[email protected]> * compatible formats will now run on GPU without requiring incompatibleOps to be set Signed-off-by: Andy Grove <[email protected]> * code cleanup and address more review comments Signed-off-by: Andy Grove <[email protected]> * add specific config option for enabling incompatible date formats on GPU * update documentation Signed-off-by: Andy Grove <[email protected]> * improve docs Signed-off-by: Andy Grove <[email protected]> * use constants for special dates Signed-off-by: Andy Grove <[email protected]> * Add support for more date formats and remove incompat from to_unix_timestamp Signed-off-by: Andy Grove <[email protected]> * remove debug print Signed-off-by: Andy Grove <[email protected]> * Revert unnecessary change Signed-off-by: Andy Grove <[email protected]> * Make ToUnixTimestamp consistent with UnixTimestamp Signed-off-by: Andy Grove <[email protected]> * refactor to remove duplicate code Signed-off-by: Andy Grove <[email protected]> * fix resource leaks and fix regressions in python tests Signed-off-by: Andy Grove <[email protected]> * scalstyle Signed-off-by: Andy Grove <[email protected]> * update docs Signed-off-by: Andy Grove <[email protected]> * fix error in handling of legacyTimeParserPolicy=EXCEPTION Signed-off-by: Andy Grove <[email protected]> * fix test failures against Spark 3.1.0 Signed-off-by: Andy Grove <[email protected]>
- Loading branch information
1 parent
e6a7cff
commit b58dc2a
Showing
10 changed files
with
433 additions
and
60 deletions.
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
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.