This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 69a980984d00 [SPARK-45791][CONNECT][TESTS] Rename 
`SparkConnectSessionHodlerSuite.scala` to `SparkConnectSessionHolderSuite.scala`
69a980984d00 is described below

commit 69a980984d001499b502d32bad2228c0e0f59ba1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Nov 4 09:23:58 2023 -0700

    [SPARK-45791][CONNECT][TESTS] Rename `SparkConnectSessionHodlerSuite.scala` 
to `SparkConnectSessionHolderSuite.scala`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to fix a typo `Hodler` in file name.
    - `SparkConnectSessionHodlerSuite.scala` (from)
    - `SparkConnectSessionHolderSuite.scala` (to)
    
    It's also unmatched with the class name in the file because class name 
itself is correct.
    
    
https://github.com/apache/spark/blob/3363c2af3f6a59363135451d251f25e328a4fddf/connector/connect/server/src/test/scala/org/apache/spark/sql/connect/service/SparkConnectSessionHodlerSuite.scala#L37
    
    ### Why are the changes needed?
    
    This is a typo from the original PR.
    - https://github.com/apache/spark/pull/41580
    
    Since the original PR is shipped as Apache Spark 3.5.0, I created a JIRA 
instead of a follow-up. We need to backport this patch to `branch-3.5`.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #43657 from dongjoon-hyun/SPARK-45791.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 6d669fa957463851af463d0ba03d6e6ee76e2cda)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 ...nnectSessionHodlerSuite.scala => SparkConnectSessionHolderSuite.scala} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/connector/connect/server/src/test/scala/org/apache/spark/sql/connect/service/SparkConnectSessionHodlerSuite.scala
 
b/connector/connect/server/src/test/scala/org/apache/spark/sql/connect/service/SparkConnectSessionHolderSuite.scala
similarity index 100%
rename from 
connector/connect/server/src/test/scala/org/apache/spark/sql/connect/service/SparkConnectSessionHodlerSuite.scala
rename to 
connector/connect/server/src/test/scala/org/apache/spark/sql/connect/service/SparkConnectSessionHolderSuite.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to