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.34.1 #162922

Merged
merged 2 commits into from
Feb 16, 2024
Merged

dolt 1.34.1 #162922

merged 2 commits into from
Feb 16, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 7494: Fix windows file paths for dropping databases
    We have to convert windows file path separators to unix ones, when removing them from singleton cache.
    Additionally, unskips some bats tests
    Fixes Creation of a database with a name identical to a recently dropped-and-dolt_purge_dropped_database() database fails on Windows  dolthub/dolt#7492
  • 7490: Bug fix: IndexedDoltTable didn't fully implement DoltTable's interface
    IndexedDoltTable wasn't fully compatible with DoltTable's interface, which was causing some queries to execute incorrectly due to using the wrong field indexes. This only happened with queries where the table was used in a read-only context (such as an AS OF query), since in a read-write context WritableIndexedDoltTable is used, which is composed of a WritableDoltTable, so fully inherits the interface. IndexedDoltTable is now consistent with that, and is now composed of a DoltTable instance. This enables the GMS code in assignExecIndexes to use the correct, limited schema of the secondary index and to apply the correct field indexes.
    Fixes: Field index bug with AS OF query and secondary index dolthub/dolt#7488
  • 7486: Shallow Clone
    Add the --depth flag to the dolt_clone stored procedure and the dolt cli
    This is possibly an MVP, as it's kind of impossible to test everything this touches. The guiding principle was to not break the code for any fully cloned repository.
    There currently remain 7 problems to address in this code. They are each marked with "NM4"
  • 7482: go: sqle/cluster: When in standby mode, take the epoch of the primary.
    When in detected_broken_config, become standby if we see a higher numbered primary.

Closed Issues

  • 7492: Creation of a database with a name identical to a recently dropped-and-dolt_purge_dropped_database() database fails on Windows
  • 7488: Field index bug with AS OF query and secondary index
  • 7098: decimal result scale does not match MySQL

@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 Feb 16, 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 Feb 16, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 16, 2024
Merged via the queue into Homebrew:master with commit 4e4691b Feb 16, 2024
12 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.34.1 branch February 16, 2024 04:12
@github-actions github-actions bot added the outdated PR was locked due to age label Mar 18, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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 outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants