Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MINOR] Updated readme and go example code #9

Closed
wants to merge 1 commit into from

Conversation

dennyglee
Copy link
Contributor

What changes were proposed in this pull request?

  • Updated the readme.md to include
    • buf dependency
    • modify make calls ( thanks @grundprinzip for that tip )
  • Update cmd/spark-connect-example-spark-session/main.go as its missing sc:

Why are the changes needed?

The changes are required so users can run the spark-connect-go example

Does this PR introduce any user-facing change?

No user-facing changes, just fixed minor doc and bug issues.

How was this patch tested?

Ran the instructions per the readme.md

@dennyglee
Copy link
Contributor Author

FYI @grundprinzip

```
git clone https://github.com/apache/spark-connect-go.git
git submodule init --depth 1
git submodule update --init --recursive
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the --depth 1 might still be good to avoid pulling all of Spark.

@HyukjinKwon HyukjinKwon changed the title Updated readme and go example code [MINOR] Updated readme and go example code Jun 5, 2023
@HyukjinKwon
Copy link
Member

Merged to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants