You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Change log
2
-
Generated on 2024-10-18
2
+
Generated on 2024-10-31
3
3
4
4
## Release 24.10
5
5
@@ -26,6 +26,7 @@ Generated on 2024-10-18
26
26
### Bugs Fixed
27
27
|||
28
28
|:---|:---|
29
+
|[#11558](https://github.com/NVIDIA/spark-rapids/issues/11558)|[BUG] test_sortmerge_join_ridealong fails on DB 13.3|
29
30
|[#11573](https://github.com/NVIDIA/spark-rapids/issues/11573)|[BUG] very long tail task is observed when many tasks are contending for PrioritySemaphore|
30
31
|[#11367](https://github.com/NVIDIA/spark-rapids/issues/11367)|[BUG] Error "table_view.cpp:36: Column size mismatch" when using approx_percentile on a string column|
31
32
|[#11543](https://github.com/NVIDIA/spark-rapids/issues/11543)|[BUG] test_yyyyMMdd_format_for_legacy_mode[DATAGEN_SEED=1727619674, TZ=UTC] failed GPU and CPU are not both null|
Error: class not found: com.nvidia.spark.rapids.shims.SparkShimImpl
132
132
```
133
133
134
134
However, its bytecode can be loaded if prefixed with `spark3XY` not contained in the package name
135
135
136
136
```bash
137
-
$ javap -cp dist/target/rapids-4-spark_2.12-24.10.0-cuda11.jar spark320.com.nvidia.spark.rapids.shims.SparkShimImpl | head -2
138
-
Warning: File dist/target/rapids-4-spark_2.12-24.10.0-cuda11.jar(/spark320/com/nvidia/spark/rapids/shims/SparkShimImpl.class) does not contain class spark320.com.nvidia.spark.rapids.shims.SparkShimImpl
137
+
$ javap -cp dist/target/rapids-4-spark_2.12-24.10.1-cuda11.jar spark320.com.nvidia.spark.rapids.shims.SparkShimImpl | head -2
138
+
Warning: File dist/target/rapids-4-spark_2.12-24.10.1-cuda11.jar(/spark320/com/nvidia/spark/rapids/shims/SparkShimImpl.class) does not contain class spark320.com.nvidia.spark.rapids.shims.SparkShimImpl
139
139
Compiled from "SparkShims.scala"
140
140
public final class com.nvidia.spark.rapids.shims.SparkShimImpl {
0 commit comments