Skip to content

chore(deps): bump pyspark from 3.5.1 to 3.5.2 in /packages/bigframes - #17400

Merged
parthea merged 1 commit into
mainfrom
dependabot/pip/packages/bigframes/pyspark-3.5.2
Jun 11, 2026
Merged

chore(deps): bump pyspark from 3.5.1 to 3.5.2 in /packages/bigframes#17400
parthea merged 1 commit into
mainfrom
dependabot/pip/packages/bigframes/pyspark-3.5.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps pyspark from 3.5.1 to 3.5.2.

Commits
  • bb7846d Preparing Spark release v3.5.2-rc5
  • d13808c [SPARK-49099][SQL][FOLLOWUP][3.5] recover tests in DDLSuite
  • f2e2601 [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] Refactor OrcEncryptionSuite and make `spark....
  • a1e7fb1 [SPARK-49065][SQL] Rebasing in legacy formatters/parsers must support non JVM...
  • 94558f6 Revert "[SPARK-49000][SQL] Fix "select count(distinct 1) from t" where t is e...
  • 36f9a4b Revert "[SPARK-49066][SQL][TESTS] Refactor OrcEncryptionSuite and make `spa...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [pyspark](https://github.com/apache/spark) from 3.5.1 to 3.5.2.
- [Commits](apache/spark@v3.5.1...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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 8, 2026
@dependabot
dependabot Bot requested review from a team as code owners June 8, 2026 19:57
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 8, 2026
@dependabot
dependabot Bot requested review from mpovoa and removed request for a team June 8, 2026 19:57
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 8, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 8, 2026
@parthea
parthea merged commit 7d230af into main Jun 11, 2026
32 checks passed
@parthea
parthea deleted the dependabot/pip/packages/bigframes/pyspark-3.5.2 branch June 11, 2026 15:07
chalmerlowe pushed a commit that referenced this pull request Jun 25, 2026
…17400)

Bumps [pyspark](https://github.com/apache/spark) from 3.5.1 to 3.5.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/spark/commit/bb7846dd487f259994fdc69e18e03382e3f64f42"><code>bb7846d</code></a>
Preparing Spark release v3.5.2-rc5</li>
<li><a
href="https://github.com/apache/spark/commit/d13808c9d6cc88b514e1b7b9fdd642e0e6364f8d"><code>d13808c</code></a>
[SPARK-49099][SQL][FOLLOWUP][3.5] recover tests in DDLSuite</li>
<li><a
href="https://github.com/apache/spark/commit/f2e2601925425a65f9a20a0aa03966d8c81f6466"><code>f2e2601</code></a>
[SPARK-49099][SQL] CatalogManager.setCurrentNamespace should respect
custom s...</li>
<li><a
href="https://github.com/apache/spark/commit/b33a3ee7190ef907813ff67c6d05aa1e3082b210"><code>b33a3ee</code></a>
[SPARK-48791][CORE][FOLLOW-UP][3.5] Fix regression caused by immutable
conver...</li>
<li><a
href="https://github.com/apache/spark/commit/98eaaa50c63bae0f28a75b79523025ddfd8ee4b6"><code>98eaaa5</code></a>
[SPARK-49094][SQL] Fix ignoreCorruptFiles non-functioning for hive orc
impl w...</li>
<li><a
href="https://github.com/apache/spark/commit/0008bd1df41aabb155af6f38f4fc491b06d9f314"><code>0008bd1</code></a>
[SPARK-49000][SQL][3.5] Fix &quot;select count(distinct 1) from t&quot;
where t is empt...</li>
<li><a
href="https://github.com/apache/spark/commit/4f9dbc33627e956a83e757211a73a6895103d264"><code>4f9dbc3</code></a>
[SPARK-49066][SQL][TESTS][3.5] Refactor <code>OrcEncryptionSuite</code>
and make `spark....</li>
<li><a
href="https://github.com/apache/spark/commit/a1e7fb18d0c4c4d51e2a5f5b050f528a045960d8"><code>a1e7fb1</code></a>
[SPARK-49065][SQL] Rebasing in legacy formatters/parsers must support
non JVM...</li>
<li><a
href="https://github.com/apache/spark/commit/94558f6f5ecd98e7ff9a6ee7cd5034a7e8bc63f8"><code>94558f6</code></a>
Revert &quot;[SPARK-49000][SQL] Fix &quot;select count(distinct 1) from
t&quot; where t is e...</li>
<li><a
href="https://github.com/apache/spark/commit/36f9a4b783eec99b73a2453c1f220969d3de9e52"><code>36f9a4b</code></a>
Revert &quot;[SPARK-49066][SQL][TESTS] Refactor
<code>OrcEncryptionSuite</code> and make `spa...</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/spark/compare/v3.5.1...v3.5.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyspark&package-manager=pip&previous-version=3.5.1&new-version=3.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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](https://github.com/googleapis/google-cloud-python/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants