treeverse / lakeFS

lakeFS - Data version control for your data lake | Git for data
https://docs.lakefs.io
Apache License 2.0
4.47k stars 359 forks source link

Update commit version #3796

Closed eden-ohana closed 2 years ago

eden-ohana commented 2 years ago

On the kv migration remove/update the commit version that was added after the parent switch bug on the merge.


const (
   CommitVersionInitial CommitVersion = iota
   CommitVersionParentSwitch

   CurrentCommitVersion = CommitVersionParentSwitch
)
N-o-Z commented 2 years ago

@eden-ohana Do we need it for the release?

itaiad200 commented 2 years ago

can't be done - lakeFS kv migration can't change commit IDs