From 2bc5ab6ad633b3d4a436d38786009579ef7465da Mon Sep 17 00:00:00 2001 From: Tim Liu Date: Thu, 13 Jun 2024 18:10:26 +0800 Subject: [PATCH 1/2] Add spark343 shim for scala2.13 dist jar (#11052) We missed spark343 shim for the scala2.13 dist jar on branch-24.06. Add scala2.13 spark343 shim for v24.06.0 Signed-off-by: Tim Liu --- pom.xml | 1 + scala2.13/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 942905ea427..c16a64e1d65 100644 --- a/pom.xml +++ b/pom.xml @@ -886,6 +886,7 @@ 340, 341, 342, + 343, 350, 351 diff --git a/scala2.13/pom.xml b/scala2.13/pom.xml index 783aa38cf50..db00f77fe16 100644 --- a/scala2.13/pom.xml +++ b/scala2.13/pom.xml @@ -886,6 +886,7 @@ 340, 341, 342, + 343, 350, 351 From 4da4d4a6041077f1fd759de499de8c7f41f7af80 Mon Sep 17 00:00:00 2001 From: Jenkins Automation <70000568+nvauto@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:25:01 +0800 Subject: [PATCH 2/2] Update latest changelog [skip ci] (#11056) Update change log with CLI: \n\n scripts/generate-changelog --token= --releases=24.04,24.06 Signed-off-by: jenkins Co-authored-by: jenkins --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d534d9398b6..788fed0a98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Change log -Generated on 2024-06-10 +Generated on 2024-06-13 ## Release 24.06 @@ -48,6 +48,8 @@ Generated on 2024-06-10 ### PRs ||| |:---|:---| +|[#11052](https://github.com/NVIDIA/spark-rapids/pull/11052)|Add spark343 shim for scala2.13 dist jar| +|[#10981](https://github.com/NVIDIA/spark-rapids/pull/10981)|Update latest changelog [skip ci]| |[#10984](https://github.com/NVIDIA/spark-rapids/pull/10984)|[DOC] Update docs for 24.06.0 release [skip ci]| |[#10974](https://github.com/NVIDIA/spark-rapids/pull/10974)|Update rapids JNI and private dependency to 24.06.0| |[#10947](https://github.com/NVIDIA/spark-rapids/pull/10947)|Prevent contains-PrefixRange optimization if not preceded by wildcards|