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

  • 3212: Wrap right side in Distinct when converting semi-joins to inner joins
    Fixes dolthub/dolt#9797
    Distinct flag wasn't getting propagated through join replanning so instead, we're explicitly wrapping the right side in a Distinct.
  • 3211: Do not return EOF in existsIter when right iter is empty
    fixes dolthub/dolt#9828
    Returning EOF was causing us to terminate the existsIter early
    Added tests for dolthub/dolt#9797
  • 3210: Copy parent row in lateralJoinIterator.buildRow
    fixes dolthub/dolt#9820
    Also rename left and right to primary and secondary to follow the same pattern as other join iterators

Closed Issues

  • 9797: EXISTS subquery returns duplicate rows with PRIMARY KEY
  • 9828: LEFT JOIN with empty CTE returns different row count than equivalent UNION ALL query
  • 9817: Bitwise operations with negative numbers always return 9223372036854775807

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


@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 Sep 12, 2025
@github-actions
Copy link
Contributor

🤖 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 Sep 12, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 12, 2025
Merged via the queue into main with commit e31abb3 Sep 12, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.59.8 branch September 12, 2025 02:54
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