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 b5584221cfc2 [SPARK-48245][SQL] Fix typo in BadRecordException class 
doc
b5584221cfc2 is described below

commit b5584221cfc2d3cb052c082d8a94b4a00ccf4ed4
Author: Vladimir Golubev <vladimir.golu...@databricks.com>
AuthorDate: Mon May 13 08:45:11 2024 +0900

    [SPARK-48245][SQL] Fix typo in BadRecordException class doc
    
    ### 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 <vladimir.golu...@databricks.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 .../scala/org/apache/spark/sql/catalyst/util/BadRecordException.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/BadRecordException.scala
 
b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/BadRecordException.scala
index 654b0b8c73e5..4fa6a2275e74 100644
--- 
a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/BadRecordException.scala
+++ 
b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/BadRecordException.scala
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to