itaiad200
itaiad200
ListCommits is capable of scanning thousands of commits, but it does so serially. It's better to prefetch the commit, metarange and range to parallelize the download from S3 which becomes...
Several possible applications: - Show spanning of requests taking more than x seconds. - Record spanning for any versioning operations: diff/merge/log.
Add lakectl command: `lakectl fs sync some/local/dir lakefs://example-repo/example-branch/prefix/`
There were splited for kv/db, but we can refactor them back now.
Explain better how diffs, merges and commits work. Explain how metadata operations are linear to the size of the change. Explain common usage patterns like getting a change summary, running...
Calculating change summaries is easy if you know how to do it - but currently, we only do it for the UI. Exposing higher level SDK operations for the Python/Java...
Diff API: returning the same "change" indicator for prefixes as we do for objects is misleading. common prefixes should probably have a different indicator that means "there are changes under...
``` ./lakectl branch revert lakefs://repo1/main mergeCommitID Branch: lakefs://repo1/main Are you sure you want to revert the effect of commits mergeCommitID: y must specify 1-based parent number for reverting merge commit...