This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new de71884273a3 [MINOR][INFRA] Update the location for error class
README.md
de71884273a3 is described below
commit de71884273a3945317f90eb1fa79f8dbc6ec51f4
Author: panbingkun <[email protected]>
AuthorDate: Fri Jan 26 13:05:49 2024 +0900
[MINOR][INFRA] Update the location for error class README.md
### What changes were proposed in this pull request?
The pr aims to update the location for error class `README.md`.
### Why are the changes needed?
Fix expired file `README.md` path.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #44891 from panbingkun/update_error_readme_path.
Authored-by: panbingkun <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
.github/PULL_REQUEST_TEMPLATE | 2 +-
.../src/main/scala/org/apache/spark/ErrorClassesJSONReader.scala | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index a80bf21312a4..019c259594e2 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -9,7 +9,7 @@ Thanks for sending a pull request! Here are some tips for you:
7. If you want to add a new configuration, please read the guideline first
for naming configurations in
'core/src/main/scala/org/apache/spark/internal/config/ConfigEntry.scala'.
8. If you want to add or modify an error type or message, please read the
guideline first in
- 'core/src/main/resources/error/README.md'.
+ 'common/utils/src/main/resources/error/README.md'.
-->
### What changes were proposed in this pull request?
diff --git
a/common/utils/src/main/scala/org/apache/spark/ErrorClassesJSONReader.scala
b/common/utils/src/main/scala/org/apache/spark/ErrorClassesJSONReader.scala
index 083064bfe238..ead395cd39cb 100644
--- a/common/utils/src/main/scala/org/apache/spark/ErrorClassesJSONReader.scala
+++ b/common/utils/src/main/scala/org/apache/spark/ErrorClassesJSONReader.scala
@@ -32,8 +32,8 @@ import org.apache.spark.annotation.DeveloperApi
/**
* A reader to load error information from one or more JSON files. Note that,
if one error appears
- * in more than one JSON files, the latter wins. Please read
core/src/main/resources/error/README.md
- * for more details.
+ * in more than one JSON files, the latter wins.
+ * Please read common/utils/src/main/resources/error/README.md for more
details.
*/
@DeveloperApi
class ErrorClassesJsonReader(jsonFileURLs: Seq[URL]) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]