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

  • 3302: Wrap nullable hoisted filter in IsTrue
    fixes dolthub/dolt#10070
    Filters that evaluate to null in an EXISTS or IN subquery context should be treated the same as false. When hoisted out of the subquery, nullable filters need to be wrapped in an IsTrue expression to ensure that they are still treated the same as false when they evaluate to null.
    Not doing so was causing a bug where rows were being dropped from NOT EXISTS if the filter evaluated to null. Since the filter expression was evaluated to null, the NOT expression wrapping it would evaluate to null as well. This caused the filter iterator to reject the row because it did not evaluate to true. Wrapping the filter expression with IsTrue ensures that nulls are then evaluated to false, which will then evaluate to true with NOT.
  • 3300: Move hoistOutOfScopeFilters rule to DefaultRules
    fixes dolthub/dolt#10064
    hoistOutOfScopeFilters was not running as part of finalizeUnions, causing us to not correctly analyze queries that were parts of unions
  • 3297: dolthub/dolt#10050: Fix JSON conversion for dolt when using TextStorage
    Fix dolthub/dolt#10050
    • Extended JsonType.Convert to unwrap sql.StringWrapper values before decoding.
    • Add convertJSONValue to handle string and []byte like inputs.
  • 3296: use type switch instead of Fprintf for grouping key
    FPrintf is slow; it's quicker to use strconv for ints/floats + hash.WriteString and Sprintf + hash.WriteString for all other types.
    benchmarks: grouping key bump dolthub/dolt#10054 (comment)

Closed Issues

  • 10070: Unexpected Result in ANTI-JOIN
  • 10064: Unexpected UNION ALL Result of INNER JOIN and ANTI JOIN
  • 10050: TEXT doesn't convert properly to JSON

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


@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` icu4c ICU use is a significant feature of the PR or issue labels Nov 13, 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
Copy link
Contributor

⚠️ Bottle publish failed.

@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
Copy link
Contributor

⚠️ Bottle publish failed.

@botantony botantony mentioned this pull request Nov 13, 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 Nov 13, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 13, 2025
Merged via the queue into main with commit 84d56ed Nov 13, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.76.7 branch November 13, 2025 12:14
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 icu4c ICU use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants