Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dolt 1.41.0 #175537

Merged
merged 2 commits into from
Jun 25, 2024
Merged

dolt 1.41.0 #175537

merged 2 commits into from
Jun 25, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
This PR includes a backwards compatible change to table statistics type encoding. Old statistics will not load with the new client, and will have to be manually updated with ANALYZE, or deleted with `call dolt_stats_drop()`, or removed from the filesystem. Additionally, table statistics will load on startup by default for databases with fewer than 2 million rows. This is usually a one-time penalty of a few seconds.

Merged PRs

dolt

  • 8056: Revert "Merge pull request #7940 from dolthub/macneale4/slash-cmds"
    This reverts commit dd7071f8711a6d33bbd5aa8d64ea6b8a90094456, reversing changes made to 02f450318cb34a09c448bbde5640d512d8408931.
    Reverting slash commands to fix: Why the Division Operator can't work in dolt's sql? dolthub/dolt#8050 and Setting the delimiter to begin with / causes the dolt shell to incorrectly interpret lines as slash commands. dolthub/dolt#8022
  • 8036: [statspro] Bootstrap database statistics once on startup
    Load database statistics once on sql engine startup. If auto refresh is enabled, bootstrap is not performed. Behavior is on by default and can be turned off:
    dolt sql -q "set @@PERSIST.dolt_stats_bootstrap_enabled = 1;"
    
    (calling the command above with non-empty tables will still bootstrap statistics once)
    This includes a small change to the way we encode column types for stats. We previously split using a comma",", but enums and others can include commas so we use a line break now "/n". Old versions of stats will fail to load with the newer version.

Closed Issues

  • 8050: Why the Division Operator can't work in dolt's sql?
  • 8028: Panic on invalid query

@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 Jun 25, 2024
Copy link
Contributor

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

@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 Jun 25, 2024
@BrewTestBot BrewTestBot enabled auto-merge June 25, 2024 01:38
@BrewTestBot BrewTestBot added this pull request to the merge queue Jun 25, 2024
Merged via the queue into master with commit 79d2f83 Jun 25, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.41.0 branch June 25, 2024 01:45
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.

2 participants