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

mgrund pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark-connect-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 2383413  [MINOR] Fix Quickstart Documentation
2383413 is described below

commit 2383413460105fbc665c7c36d7943d5f05a5b245
Author: Martin Grund <[email protected]>
AuthorDate: Sun Jun 8 21:19:37 2025 -0700

    [MINOR] Fix Quickstart Documentation
    
    ### What changes were proposed in this pull request?
    Fix Quickstart Documentation
    
    ### Why are the changes needed?
    Doc
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    N/A
    
    Closes #143 from grundprinzip/fix-quickstart.
    
    Authored-by: Martin Grund <[email protected]>
    Signed-off-by: Martin Grund <[email protected]>
---
 quick-start.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/quick-start.md b/quick-start.md
index 7b27f7d..62b5606 100644
--- a/quick-start.md
+++ b/quick-start.md
@@ -117,9 +117,9 @@ func main() {
 
 ## Start Spark Connect Server (Driver)
 
-Download a Spark distribution (3.5.0+), unzip the folder, run command:
+Download a Spark distribution (4.0.0+), unzip the folder, run command:
 ```
-sbin/start-connect-server.sh --packages 
org.apache.spark:spark-connect_2.12:3.5.2
+sbin/start-connect-server.sh
 ```
 
 ## Run Spark Connect Client Application


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

Reply via email to