chore(deps): bump pyspark from 3.5.0 to 3.5.2#19991
Conversation
Bumps [pyspark](https://github.com/apache/spark) from 3.5.0 to 3.5.2. - [Commits](apache/spark@v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: pyspark dependency-version: 3.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Pull request description must contain CLA like the following: |
|
At least one test kind must be checked in the PR description. |
|
At least one type of change must be checked in the PR description. |
|
Sorry, only users with push access can use that command. |
3 similar comments
|
Sorry, only users with push access can use that command. |
|
Sorry, only users with push access can use that command. |
|
Sorry, only users with push access can use that command. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: eb657af391
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| [package.metadata] | ||
| requires-dist = [{ name = "pyspark", specifier = "===3.5.0" }] | ||
| requires-dist = [{ name = "pyspark", specifier = "===3.5.2" }] |
There was a problem hiding this comment.
Update pyproject alongside lockfile bump
This lock entry says the scripts workspace package now requires pyspark===3.5.2, but tests/sqllogictests/scripts/pyproject.toml still pins pyspark===3.5.0. In any workflow that regenerates or syncs from the workspace pyproject metadata, the source requirement remains 3.5.0, so this lockfile-only bump is not reproducible and can be reverted or resolved back to the old Spark version; update the pyproject pin in the same change.
Useful? React with 👍 / 👎.
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps pyspark from 3.5.0 to 3.5.2.
Commits
bb7846dPreparing Spark release v3.5.2-rc5d13808c[SPARK-49099][SQL][FOLLOWUP][3.5] recover tests in DDLSuitef2e2601[SPARK-49099][SQL] CatalogManager.setCurrentNamespace should respect custom s...b33a3ee[SPARK-48791][CORE][FOLLOW-UP][3.5] Fix regression caused by immutable conver...98eaaa5[SPARK-49094][SQL] Fix ignoreCorruptFiles non-functioning for hive orc impl w...0008bd1[SPARK-49000][SQL][3.5] Fix "select count(distinct 1) from t" where t is empt...4f9dbc3[SPARK-49066][SQL][TESTS][3.5] RefactorOrcEncryptionSuiteand make `spark....a1e7fb1[SPARK-49065][SQL] Rebasing in legacy formatters/parsers must support non JVM...94558f6Revert "[SPARK-49000][SQL] Fix "select count(distinct 1) from t" where t is e...36f9a4bRevert "[SPARK-49066][SQL][TESTS] RefactorOrcEncryptionSuiteand make `spa...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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.
This change is