dependabot[bot] opened a new pull request, #2292:
URL: https://github.com/apache/datafusion-ballista/pull/2292

   Bumps [ballista-core](https://github.com/apache/datafusion-ballista) from 
54.0.0 to 54.1.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/datafusion-ballista/releases";>ballista-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>54.1.0</h2>
   <!-- raw HTML omitted -->
   <h1>Apache DataFusion Ballista 54.1.0 Changelog</h1>
   <p>This release consists of 10 commits from 3 contributors. See credits at 
the end of this changelog for more information.</p>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>fix: [branch-54] disable the SortMergeJoinExec broadcast conversion by 
default <a 
href="https://redirect.github.com/apache/datafusion-ballista/pull/2130";>#2130</a>
 (andygrove)</li>
   <li>fix: [branch-54] map a task's partition through UnionExec when 
restricting file scans (backport of <a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2070";>#2070</a>)
 <a 
href="https://redirect.github.com/apache/datafusion-ballista/pull/2131";>#2131</a>
 (andygrove)</li>
   <li>fix: [branch-54] keep EmptyExec partition count intact across stage 
serialization (backport of <a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2062";>#2062</a>)
 <a 
href="https://redirect.github.com/apache/datafusion-ballista/pull/2132";>#2132</a>
 (andygrove)</li>
   <li>fix: [branch-54] send the shutdown notification before dropping the 
notifier (backport of <a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2107";>#2107</a>)
 <a 
href="https://redirect.github.com/apache/datafusion-ballista/pull/2237";>#2237</a>
 (sandugood)</li>
   <li>fix: [branch-54] bind the gRPC listener before registering with the 
scheduler (backport of <a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2225";>#2225</a>)
 <a 
href="https://redirect.github.com/apache/datafusion-ballista/pull/2236";>#2236</a>
 (andygrove)</li>
   <li>fix: [branch-54] keep GROUP BY-less aggregates when propagating empty 
stages (backport of <a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2194";>#2194</a>)
 <a 
href="https://redirect.github.com/apache/datafusion-ballista/pull/2235";>#2235</a>
 (andygrove)</li>
   <li>fix: [branch-54] spill sort shuffle writer when the memory pool rejects 
a reservation grow (backport of <a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2061";>#2061</a>)
 <a 
href="https://redirect.github.com/apache/datafusion-ballista/pull/2238";>#2238</a>
 (andygrove)</li>
   <li>fix: [branch-54] enable the executor client pool by default (backport of 
<a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2069";>#2069</a>)
 <a 
href="https://redirect.github.com/apache/datafusion-ballista/pull/2234";>#2234</a>
 (andygrove)</li>
   <li>fix: [branch-54] see through Shared wrapper when classifying task IO 
errors (backport of <a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2119";>#2119</a>)
 <a 
href="https://redirect.github.com/apache/datafusion-ballista/pull/2239";>#2239</a>
 (goingforstudying-ctrl)</li>
   </ul>
   <p><strong>Other:</strong></p>
   <ul>
   <li>chore: [branch-54] upgrade DataFusion to 54.1.0 and bump Ballista 
version to 54.1.0 <a 
href="https://redirect.github.com/apache/datafusion-ballista/pull/2127";>#2127</a>
 (andygrove)</li>
   </ul>
   <h2>Credits</h2>
   <p>Thank you to everyone who contributed to this release. Here is a 
breakdown of commits (PRs merged) per contributor.</p>
   <pre><code>     8    Andy Grove
        1       sandugood
        1       goingforstudying-ctrl
   </code></pre>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/datafusion-ballista/commit/f4e66525b1c8329e497b1ff920031cefa997906a";><code>f4e6652</code></a>
 docs: add 54.1.0 changelog and restore missing 54.x toctree entries (<a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2243";>#2243</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion-ballista/commit/1f216df096b6354d8cac72370ce42e9aa8d3609e";><code>1f216df</code></a>
 see through Shared wrapper when classifying task IO errors (<a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2119";>#2119</a>)
 (<a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2239";>#2239</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion-ballista/commit/325188ed026f80eabc98146ce5839a53730defb1";><code>325188e</code></a>
 fix: enable the executor client pool by default (<a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2069";>#2069</a>)
 (<a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2234";>#2234</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion-ballista/commit/3cf24f94d3ec9ba511f97b7345888b9d92056117";><code>3cf24f9</code></a>
 fix: spill sort shuffle writer when the memory pool rejects a reservation 
gro...</li>
   <li><a 
href="https://github.com/apache/datafusion-ballista/commit/7ceb0ff84a5164b59d6dd6ab7c9857a4a202d80e";><code>7ceb0ff</code></a>
 fix(scheduler): keep GROUP BY-less aggregates when propagating empty stages 
(...</li>
   <li><a 
href="https://github.com/apache/datafusion-ballista/commit/4925f51fab970c90cc6d8b05f18fe4adc203e260";><code>4925f51</code></a>
 fix(executor): bind the gRPC listener before registering with the scheduler 
(...</li>
   <li><a 
href="https://github.com/apache/datafusion-ballista/commit/c2d329945117edc8c8bc43f38a9898c2e2e13a2b";><code>c2d3299</code></a>
 Fixed: notify_shutdown sending signal before drop (<a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2107";>#2107</a>)
 (<a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2237";>#2237</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion-ballista/commit/aa3a4d5fd052c2242e48383c66095d341cf63a7a";><code>aa3a4d5</code></a>
 fix: keep EmptyExec partition count intact across stage serialization (<a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2062";>#2062</a>)...</li>
   <li><a 
href="https://github.com/apache/datafusion-ballista/commit/aa0b62622e94baf829c6d6686656091d7bac8d73";><code>aa0b626</code></a>
 fix: map a task's partition through UnionExec when restricting file scans (<a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2";>#2</a>...</li>
   <li><a 
href="https://github.com/apache/datafusion-ballista/commit/0a4ed4e07bc8339f296314a68a3abf5e987ff640";><code>0a4ed4e</code></a>
 fix: disable the SortMergeJoinExec broadcast conversion by default (<a 
href="https://redirect.github.com/apache/datafusion-ballista/issues/2130";>#2130</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/datafusion-ballista/compare/54.0.0...54.1.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ballista-core&package-manager=cargo&previous-version=54.0.0&new-version=54.1.0)](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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to