-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-40796][CONNECT][FOLLOW-UP] Improve README for proto generated files in Connect Python client #38335
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
[SPARK-40796][CONNECT][FOLLOW-UP] Improve README for proto generated files in Connect Python client #38335
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,3 +49,8 @@ To use the release version of Spark Connect: | |
| ./python/run-tests --testnames 'pyspark.sql.tests.connect.test_connect_basic' | ||
| ``` | ||
|
|
||
| ## Generate proto generated files for the Python client | ||
| 1. Install `buf version 1.8.0`: https://docs.buf.build/installation | ||
| 2. Run `pip install grpcio==1.48.1 protobuf==4.21.6 mypy-protobuf==3.3.0` | ||
| 3. Run `./dev/generate_protos.sh` | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oops, should be
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I fix it in #38339
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oops I copied this from my local command which is not under the spark repo root directory. @zhengruifeng maybe you can BTW update it in the PR that you pin dependency versions? |
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.