-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: liyuan <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,15 +94,13 @@ The output of signature verify: | |
gpg: Good signature from "NVIDIA Spark (For the signature of spark-rapids release jars) <[email protected]>" | ||
|
||
### Release Notes | ||
* Implement Kudo shuffle format to improve shuffle performance | ||
* Add the ability to decompress snappy and ztsd compressed Parquet files via CPU | ||
* Add repartition-based algorithm fallback in hash aggregate | ||
* Support spark function months_between | ||
* Support Spark function months_between | ||
* Support asynchronous writing for Parquet files | ||
* Add retry support to improve sub hash-join stability | ||
* Improve JSON scan and from_json | ||
* Support setting a limited number of tasks for build-in profiling tool | ||
* Bugs fix for memory leak | ||
* Improved performance for CASE WHEN statements comparing a string column against multiple values | ||
* Falling back to the CPU for ORC boolean writes by the GPU due to a bug in cudf's ORC writer | ||
* For updates on RAPIDS Accelerator Tools, please visit [this link](https://github.com/NVIDIA/spark-rapids-tools/releases) | ||
|
||
Note: There is a known issue in the 24.12.0 release when decompressing gzip files on H100 GPUs. | ||
|