Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

go-mysql-server

  • 3145: fix panic over SetOps with joins and subqueries
    The analyzer rule assignExecIndexes will apply a StripRowNode over any joins within a subquery.
    The analyzer rule finalizeUnions recursively calls the analyzer (calling assignExecIndexes), resulting in StripRowNodes getting applied twice.
    The double stripping results in rows that are too short and panics.
    This PR tells the finalizeUnions selector to skip assignExecIndexes, preventing the nested StripRowNodes.
    Also has some small formatting and naming clean up.
    fixes: handler caught panic: runtime error: slice bounds out of range on SELECT...EXCEPT query dolthub/dolt#9631
  • 3141: dolthub/dolt#9628 - Fix UNION column mapping bug in nested multi-way operations
    Fixes dolthub/dolt#9628
    Fixed column scrambling in UNION queries with 3+ branches. The bug caused duplicate rows with wrong column positions when processing nested UNION operations like (A UNION B) UNION C.
    SetOp nodes now preserve schema order by recursing to left child instead of using sorted column set.

Closed Issues

  • 9628: In the result of the following query, the dashboard_id field appears to be incorrect — it returns the value of entity_id instead of the actual dashboard_id.

View the full release notes at https://github.com/dolthub/dolt/releases/tag/v1.58.2.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Aug 6, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2025

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Aug 7, 2025
@BrewTestBot BrewTestBot enabled auto-merge August 7, 2025 00:27
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 7, 2025
Merged via the queue into main with commit d7cf03f Aug 7, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.58.2 branch August 7, 2025 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants