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.
* Fix match error in RapidsShuffleIterator.scala [scala2.13] (NVIDIA#11115) Signed-off-by: xieshuaihu <[email protected]> * Spark 4: Handle ANSI mode in sort_test.py (NVIDIA#11099) * Spark 4: Handle ANSI mode in sort_test.py Fixes NVIDIA#11027. With ANSI mode enabled (like the default in Spark 4), one sees that some tests in `sort_test.py` fail, because they expect ANSI mode to be off. This commit disables running those tests with ANSI enabled, and add a separate test for ANSI on/off. Signed-off-by: MithunR <[email protected]> * Refactored not to use disable_ansi_mode. These tests need not be revisited. They test all combinations of ANSI mode, including overflow failures. Signed-off-by: MithunR <[email protected]> --------- Signed-off-by: MithunR <[email protected]> * Introduce LORE framework. (NVIDIA#11084) * Introduce lore id * Introduce lore id * Fix type * Fix type * Conf * style * part * Dump * Introduce lore framework * Add tests. * Rename test case Signed-off-by: liurenjie1024 <[email protected]> * Fix AQE test * Fix style * Use args to display lore info. * Fix build break * Fix path in loreinfo * Remove path * Fix comments * Update configs * Fix comments * Fix config --------- Signed-off-by: liurenjie1024 <[email protected]> * Support minBy on GPU Signed-off-by: Firestarman <[email protected]> --------- Signed-off-by: xieshuaihu <[email protected]> Signed-off-by: MithunR <[email protected]> Signed-off-by: liurenjie1024 <[email protected]> Signed-off-by: Firestarman <[email protected]> Co-authored-by: xieshuaihu <[email protected]> Co-authored-by: MithunR <[email protected]> Co-authored-by: Renjie Liu <[email protected]> Co-authored-by: Firestarman <[email protected]>
- Loading branch information
1 parent
c703d84
commit 66cf815
Showing
53 changed files
with
583 additions
and
68 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
Oops, something went wrong.