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.
…3330) * support int96 rebase mode Signed-off-by: Raza Jafri <rjafri@nvidia.com> * addressed review comments Signed-off-by: Raza Jafri <rjafri@nvidia.com> * removed unnecessary changes to the SparkBaseShim Signed-off-by: Raza Jafri <rjafri@nvidia.com> * removed unnecessary extra line Signed-off-by: Raza Jafri <rjafri@nvidia.com> * split the date and time exception checks Signed-off-by: Raza Jafri <rjafri@nvidia.com> * addressed review comments Signed-off-by: Raza Jafri <rjafri@nvidia.com> * skip test if Spark version <3.1.1 Signed-off-by: Raza Jafri <rjafri@nvidia.com> * added more tests and addressed review comments Signed-off-by: Raza Jafri <rjafri@nvidia.com> * addressed the failing test Signed-off-by: Raza Jafri <rjafri@nvidia.com> * added method to return if running before 311 Signed-off-by: Raza Jafri <rjafri@nvidia.com> * changed the API to return existence of a separate INT96 rebase conf Signed-off-by: Raza Jafri <rjafri@nvidia.com> * updated the 32x shim to override the correct method Signed-off-by: Raza Jafri <rjafri@nvidia.com> * added DB support Signed-off-by: Raza Jafri <rjafri@nvidia.com> * The default value for int96 rebase in databricks is legacy, explicitly set the value Signed-off-by: Raza Jafri <rjafri@nvidia.com> * skip ANSI test for hash aggregate until we root cause the failure Signed-off-by: Raza Jafri <rjafri@nvidia.com> * Adding resolution to the failed test Signed-off-by: Raza Jafri <rjafri@nvidia.com> * Revert "Adding resolution to the failed test" This reverts commit 14658b4. Signed-off-by: Raza Jafri <rjafri@nvidia.com> * Adding resolution to the failed test Signed-off-by: Raza Jafri <rjafri@nvidia.com> * Update integration_tests/src/main/python/hash_aggregate_test.py Co-authored-by: Jason Lowe <jlowe@nvidia.com> Co-authored-by: Raza Jafri <rjafri@nvidia.com> Co-authored-by: Jason Lowe <jlowe@nvidia.com>
- Loading branch information
1 parent
2bf1d4d
commit fc40c00
Showing
21 changed files
with
1,261 additions
and
82 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
Oops, something went wrong.