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 6ca94aac54d1 [SPARK-52600][CONNECT] Move CompletionIterator to 
common/utils
6ca94aac54d1 is described below

commit 6ca94aac54d1799a53e791134ef32a24a8a32be5
Author: huanliwang-db <[email protected]>
AuthorDate: Mon Jun 30 16:51:28 2025 +0900

    [SPARK-52600][CONNECT] Move CompletionIterator to common/utils
    
    ### What changes were proposed in this pull request?
    
    Move out util class CompletionIterator from 
`core/src/main/scala/org/apache/spark/util/CompletionIterator.scala` to 
`common/utils/src/main/scala/org/apache/spark/util/CompletionIterator.scala` 
such that Spark Connect Scala client does not need to depend on Spark.
    
    ### Why are the changes needed?
    
    When completionIterator is used in spark connect client, we don't need to 
depend on spark
    
    ### Does this PR introduce _any_ user-facing change?
    
    no
    
    ### How was this patch tested?
    
    existing test, clean refactor
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    no
    
    Closes #51311 from huanliwang-db/huanliwang-db/refactor-ci.
    
    Authored-by: huanliwang-db <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 .../utils}/src/main/scala/org/apache/spark/util/CompletionIterator.scala  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/core/src/main/scala/org/apache/spark/util/CompletionIterator.scala 
b/common/utils/src/main/scala/org/apache/spark/util/CompletionIterator.scala
similarity index 100%
rename from core/src/main/scala/org/apache/spark/util/CompletionIterator.scala
rename to 
common/utils/src/main/scala/org/apache/spark/util/CompletionIterator.scala


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

Reply via email to