-
Notifications
You must be signed in to change notification settings - Fork 28.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-46810][DOCS][FOLLOWUP] Make some reference file links clickable #46105
Conversation
@@ -41,7 +41,7 @@ Unfortunately, we have historically used the term "error class" inconsistently t | |||
|
|||
Fixing this will require renaming `SparkException.errorClass` to `SparkException.errorCondition` and making similar changes to `ErrorClassesJsonReader` and other parts of the codebase. We will address this in [SPARK-47429]. Until that is complete, we will have to live with the fact that a string like `DATATYPE_MISSING_SIZE` is called an "error condition" in our user-facing documentation but an "error class" in the code. | |||
|
|||
For more details, please see [SPARK-46810][SPARK-46810]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, interesting.
@@ -41,7 +41,7 @@ Unfortunately, we have historically used the term "error class" inconsistently t | |||
|
|||
Fixing this will require renaming `SparkException.errorClass` to `SparkException.errorCondition` and making similar changes to `ErrorClassesJsonReader` and other parts of the codebase. We will address this in [SPARK-47429]. Until that is complete, we will have to live with the fact that a string like `DATATYPE_MISSING_SIZE` is called an "error condition" in our user-facing documentation but an "error class" in the code. | |||
|
|||
For more details, please see [SPARK-46810][SPARK-46810]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, interesting.
also cc @dongjoon-hyun @HyukjinKwon |
Merged to master. |
What changes were proposed in this pull request?
The pr is following up #44902, to make some
reference files links
clickable.Why are the changes needed?
Convenient for developers to navigate directly when read this file
README.md
.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Manually test.
Was this patch authored or co-authored using generative AI tooling?
No.