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: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
<!--
2
2
3
-
Thank you for contributing to RAPIDS Accelerator for Apache Spark!
3
+
Thank you for contributing to the NVIDIA cuDF plugin for Apache Spark!
4
4
5
-
Please read https://github.com/NVIDIA/spark-rapids/blob/HEAD/CONTRIBUTING.md#creating-a-pull-request before making this PR.
5
+
Please read https://github.com/NVIDIA/cudf-spark/blob/HEAD/CONTRIBUTING.md#creating-a-pull-request before making this PR.
6
6
7
7
The following are the guidelines to help the review process go smoothly. Please read them carefully and fill out relevant information as much as possible.
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# GitHub Copilot Review Instructions for spark-rapids
2
2
3
-
spark-rapids is a GPU acceleration plugin for Apache Spark.
3
+
cudf-spark is a GPU acceleration plugin for Apache Spark.
4
4
For full project context, coding conventions, and code examples,
5
5
see [AGENTS.md](../AGENTS.md).
6
6
@@ -10,7 +10,7 @@ When reviewing shim code or GPU operator implementations, cross-reference
10
10
these upstream repositories to verify correctness:
11
11
-**apache/spark** — verify GPU behavior matches the CPU implementation in the target Spark version (expression evaluation semantics, null handling, type coercion, catalog/partition behavior)
@@ -26,7 +26,7 @@ these upstream repositories to verify correctness:
26
26
-[ ] H5: Configuration — new RapidsConf without docs/defaults; should use .internal() if not user-visible; new features default off
27
27
-[ ] H6: Magic numbers — unexplained numeric literals without named constants or comments
28
28
-[ ] H7: Pre-merge CI gaps — only selected shims run unit tests; [databricks] needed for DB CI; feature-gated tests need explicit enable; limited Scala 2.13 coverage
29
-
-[ ] H8: Upstream dependencies — SNAPSHOT changes from spark-rapids-jni/cudf may break; verify API usage against upstream repos
29
+
-[ ] H8: Upstream dependencies — SNAPSHOT changes from cudf-spark-jni/cudf may break; verify API usage against upstream repos
Copy file name to clipboardExpand all lines: README.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,19 @@
1
-
# RAPIDS Accelerator For Apache Spark
2
-
NOTE: For the latest stable [README.md](https://github.com/nvidia/spark-rapids/blob/main/README.md) ensure you are on the main branch.
1
+
# NVIDIA cuDF plugin for Apache Spark
2
+
NOTE: For the latest stable [README.md](https://github.com/nvidia/cudf-spark/blob/main/README.md) ensure you are on the main branch.
3
3
4
-
The RAPIDS Accelerator for Apache Spark provides a set of plugins for
5
-
[Apache Spark](https://spark.apache.org) that leverage GPUs to accelerate processing
6
-
via the [RAPIDS](https://rapids.ai) libraries.
4
+
The NVIDIA cuDF plugin for [Apache Spark](https://spark.apache.org) provides a plugin library that
5
+
leverages GPUs to accelerate processing via the [cuDF](https://github.com/rapidsai/cudf) (CUDA
6
+
DataFrame) libraries.
7
7
8
8
Documentation on the current release can be found [here](https://nvidia.github.io/cudf-spark/).
9
9
10
10
To get started and try the plugin out use the [getting started guide](https://docs.nvidia.com/spark-rapids/user-guide/latest/getting-started/overview.html).
0 commit comments