Skip to content

Commit

Permalink
[SPARK-48245][SQL] Fix typo in BadRecordException class doc
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Fix typo in `BadRecordException` class doc

### Why are the changes needed?
To avoid annoyance

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
N/A

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #46542 from vladimirg-db/vladimirg-db/fix-typo-in-bad-record-exception-doc.

Authored-by: Vladimir Golubev <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
vladimirg-db authored and HyukjinKwon committed May 12, 2024
1 parent 5b965f7 commit b558422
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ case class PartialResultArrayException(

/**
* Exception thrown when the underlying parser met a bad record and can't parse it.
* The stacktrace is not collected for better preformance, and thus, this exception should
* The stacktrace is not collected for better performance, and thus, this exception should
* not be used in a user-facing context.
* @param record a function to return the record that cause the parser to fail
* @param partialResults a function that returns an row array, which is the partial results of
Expand Down

0 comments on commit b558422

Please sign in to comment.