-
Notifications
You must be signed in to change notification settings - Fork 398
Build: Bump pyspark from 3.4.2 to 3.5.0 #283
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
Conversation
|
Mark: we also need to update the iceberg-spark-runtime used here: iceberg-python/tests/integration/test_writes.py Lines 231 to 237 in 8f7927b
|
|
@HonahX Good one! Maybe we should pass that in through an environment variable? |
|
Hi @Fokko.
Do you mean putting it in a spark_version = ".".join(importlib.metadata.version("pyspark").split(".")[:2])
os.environ["PYSPARK_SUBMIT_ARGS"] = (
f"--packages org.apache.iceberg:iceberg-spark-runtime-{spark_version}_2.12:1.4.0,org.apache.iceberg:iceberg-aws-bundle:1.4.0 pyspark-shell"
)So that next time the dependabot can automatically update pyspark or fail if iceberg does not support the version yet. Does this sound good to you? |
|
|
0f76f95 to
1605c0e
Compare
Bumps [pyspark](https://github.com/apache/spark) from 3.4.2 to 3.5.0. - [Commits](apache/spark@v3.4.2...v3.5.0) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1605c0e to
658025c
Compare
|
Looks like pyspark is up-to-date now, so this is no longer needed. |
Bumps pyspark from 3.4.2 to 3.5.0.
Commits
ce5ddadPreparing Spark release v3.5.0-rc505b57bc[SPARK-45075][SQL] Fix alter table with invalid default value will not report...b2b2ba9[SPARK-44805][SQL] getBytes/getShorts/getInts/etc. should work in a column ve...695be32[SPARK-45106][SQL]PercentileContshould check user supplied input0662175[SPARK-45098][DOCS] Custom jekyll-rediect-from redirect.html template to fix ...8f730e7[SPARK-45100][SQL] Fix an internal error fromreflect()onNULLclass and ...959d93a[SPARK-44508][PYTHON][DOCS] Add user guide for Python user-defined table func...3ceec3b[SPARK-44835][CONNECT] Make INVALID_CURSOR.DISCONNECTED a retriable errora9d601c[SPARK-44640][PYTHON][FOLLOW-UP][3.5] Update UDTF error messages to include m...916b6f5[SPARK-45050][SQL][CONNECT] Improve error message for UNKNOWN io.grpc.StatusR...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)