From 09954409af84bea4ef73c940f2abd5c527859805 Mon Sep 17 00:00:00 2001 From: liyuan Date: Wed, 11 Dec 2024 10:32:15 +0800 Subject: [PATCH] update download page Signed-off-by: liyuan --- docs/download.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/download.md b/docs/download.md index 20dbb2cfb1f..7922d5d39a6 100644 --- a/docs/download.md +++ b/docs/download.md @@ -101,6 +101,8 @@ The output of signature verify: * Improve JSON scan and from_json * 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 +* Fix a device memory leak in timestamp operator in `incompatibleDateFormats` case +* Fix a device memory leak in GpuBroadcastNestedLoopJoinExecBase when `spillableBuiltBatch` is 0 * 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.